XiangJinYu commited on
Commit
8f2f282
·
verified ·
1 Parent(s): adbda9f

Update config/config2.yaml

Browse files
Files changed (1) hide show
  1. 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-xxxxxx"
 
 
 
 
 
 
 
 
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