ChatMLX
ChatMLX copied to clipboard
Tool calls
Support for function calling has been added to MLX here: https://github.com/ml-explore/mlx-examples/pull/1003
any idea how we can fetch a tool call in chatLMX?
Tool Call is planned, but it requires modifications to Swift Jinja and Swift Transformers for support, which is a significant amount of work. Due to time constraints, Tool Call may be implemented later. Contributions via PR are certainly welcome.
Tool calls is now available in the latest version of Swift Jinja and Swift Transformers! You can find an example of writing a tool and parsing it here: MLX Outil