Add support for custom models #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, the models is hard-coded to use the OpenAI chat completion API, but it wouldn't be very difficult to use custom LLMs or external model providers.
The only real constraint is that the custom models need to support function calling and/or ideally parallel tool calling using OpenAI's
tool_calls
format.Will consider implementing this depending on how much love this issue gets.
The text was updated successfully, but these errors were encountered: