Spaces:
Running
Running
Update config/config2.yaml
Browse files- config/config2.yaml +1 -1
config/config2.yaml
CHANGED
@@ -5,4 +5,4 @@ llm:
|
|
5 |
api_type: "openai" # or azure / ollama / groq etc.
|
6 |
model: "gpt-4-turbo" # or gpt-3.5-turbo
|
7 |
base_url: "https://api.openai.com/v1" # or forward url / other llm url
|
8 |
-
api_key: "
|
|
|
5 |
api_type: "openai" # or azure / ollama / groq etc.
|
6 |
model: "gpt-4-turbo" # or gpt-3.5-turbo
|
7 |
base_url: "https://api.openai.com/v1" # or forward url / other llm url
|
8 |
+
api_key: "sk-xxxxxx"
|