(improvement)(headless)Add API_BASE_URL config key to config file.

This commit is contained in:
jerryjzhang
2024-05-13 10:13:13 +08:00
parent 623203888b
commit 210591e28f
3 changed files with 6 additions and 4 deletions

View File

@@ -25,4 +25,5 @@ LLM_PROVIDER_NAME = openai
[LLMModel]
MODEL_NAME = gpt-3.5-turbo-16k
OPENAI_API_KEY = YOUR_API_KEY
OPENAI_API_BASE = YOUR_API_BASE
TEMPERATURE = 0.0