Swift and Ollama function calling, based on this code
$ swift run swift-fcall [--model <model>] [--base-url <base-url>]
OPTIONS:
--model <model> Ollama model to use. (default: codellama:7b-instruct)
--base-url <base-url> Ollama API base URL. (default: http://localhost:11434/api)
-h, --help Show help information.