mirror of
https://github.com/runyanjake/dotfiles.git
synced 2025-10-04 21:57:30 -07:00
Try /completion endpoint
This commit is contained in:
parent
1f4b74606c
commit
640de62432
@ -9,7 +9,7 @@ return {
|
|||||||
provider = "pws_llm",
|
provider = "pws_llm",
|
||||||
vendors = {
|
vendors = {
|
||||||
pws_llm = {
|
pws_llm = {
|
||||||
endpoint = "http://localhost:8000",
|
endpoint = "http://localhost:8000/completion",
|
||||||
model = "gpt2",
|
model = "gpt2",
|
||||||
timeout = 30000,
|
timeout = 30000,
|
||||||
api_key_name = "", --empty because no key is required
|
api_key_name = "", --empty because no key is required
|
||||||
|
Loading…
x
Reference in New Issue
Block a user