Ollama Models Api
Read the docs
Toggle theme
llama
mgmacleod/functionary-small
functionary-small from MeetKai
153 Pulls
4 months ago
1 Tags
System Prompt
// Supported function definitions that should be called when necessary. namespace functions { // Get the current weather type get_current_weather = (_: { // The city and state, e.g. San Francisco, CA location: string, }) => any; } // namespace functions
Back to models