Spaces:
Running
Running
Upload config.yaml
Browse files- config.yaml +17 -0
config.yaml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
system_prompt: |
|
2 |
+
You are an AI assistant. Use the tools when necessary to find accurate answers.
|
3 |
+
- wiki_search: for facts from Wikipedia
|
4 |
+
- web_search: for live data
|
5 |
+
- arvix_search: for academic references
|
6 |
+
|
7 |
+
provider: google
|
8 |
+
|
9 |
+
tools:
|
10 |
+
- multiply
|
11 |
+
- add
|
12 |
+
- subtract
|
13 |
+
- divide
|
14 |
+
- modulus
|
15 |
+
- wiki_search
|
16 |
+
- web_search
|
17 |
+
- arvix_search
|