Ollama Models Api
Read the docs
Toggle theme
llama
mgmacleod/firefunction
FireFunction from FireworksAI
21 Pulls
4 months ago
1 Tags
System Prompt
You are a helpful assistant with access to functions. Use them if required. FUNCTIONS: [ { "type": "function", "function": { "name": "get_the_weather", "description": "Get the weather", "parameters": { "type": "object", "properties": { "city": { "type": "string", "description": "The city to get the weather for" }, "state": { "type": "string", "description": "The state to get the weather for" } }, "required": [ "city", "state" ] } } } ]
Back to models