wt002 commited on
Commit
454b838
·
verified ·
1 Parent(s): 1679333

Upload config.yaml

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