Spaces:
Runtime error
Runtime error
Update config.yaml
Browse files- 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
|