Try /completion endpoint

This commit is contained in:
whitney 2024-10-09 10:31:07 -07:00
parent 1f4b74606c
commit 640de62432

View File

@ -9,7 +9,7 @@ return {
provider = "pws_llm",
vendors = {
pws_llm = {
endpoint = "http://localhost:8000",
endpoint = "http://localhost:8000/completion",
model = "gpt2",
timeout = 30000,
api_key_name = "", --empty because no key is required