Spaces:
Starting
Starting
File size: 587 Bytes
454b838 8519f42 454b838 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
system_prompt: |
You are an AI assistant. Use the tools when necessary to find accurate answers.
- wiki_search: for facts from Wikipedia
- web_search: for live data
- arvix_search: for academic references
provider: google
models:
google:
model: gemini-2.0-flash
temperature: 0
groq:
model: gemma2-9b-it
temperature: 0
huggingface:
url: https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf
temperature: 0
tools:
- multiply
- add
- subtract
- divide
- modulus
- wiki_search
- web_search
- arvix_search
|