wt002 commited on
Commit
8519f42
Β·
verified Β·
1 Parent(s): 9027aff

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +13 -0
config.yaml CHANGED
@@ -6,6 +6,19 @@ system_prompt: |
6
 
7
  provider: google
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  tools:
10
  - multiply
11
  - add
 
6
 
7
  provider: google
8
 
9
+ models:
10
+ google:
11
+ model: gemini-2.0-flash
12
+ temperature: 0
13
+
14
+ groq:
15
+ model: gemma2-9b-it
16
+ temperature: 0
17
+
18
+ huggingface:
19
+ url: https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf
20
+ temperature: 0
21
+
22
  tools:
23
  - multiply
24
  - add