mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
fix llm-client headers
This commit is contained in:
parent
11f0e8b01a
commit
06e571e6d2
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ from evennia.utils.utils import make_iter
|
|||
|
||||
DEFAULT_LLM_HOST = "http://127.0.0.1:5000"
|
||||
DEFAULT_LLM_PATH = "/api/v1/generate"
|
||||
DEFAULT_LLM_HEADERS = {"Content-Type": "application/json"}
|
||||
DEFAULT_LLM_HEADERS = {"Content-Type": ["application/json"]}
|
||||
DEFAULT_LLM_PROMPT_KEYNAME = "prompt"
|
||||
DEFAULT_LLM_API_TYPE = "" # or openai
|
||||
DEFAULT_LLM_REQUEST_BODY = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue