Spaces:
Running
Running
Update config/config2.yaml
Browse files- config/config2.yaml +8 -1
config/config2.yaml
CHANGED
@@ -5,4 +5,11 @@ 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: "sk-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-xxx"
|
9 |
+
|
10 |
+
models:
|
11 |
+
"gpt-4o-mini": # model: "gpt-4-turbo" # or gpt-3.5-turbo
|
12 |
+
api_type: "openai" # or azure / ollama / groq etc.
|
13 |
+
base_url: "https://api.openai.com/v1"
|
14 |
+
api_key: "sk-xxx"
|
15 |
+
temperature: 0
|