-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for Open-Assistant.io/gpt4all #15
Comments
Currently not, because it uses the new ChatGPT API function calling. I will try to "backport" it to be able to use the older models without the function calling, and then you should be able to switch to using a different model. In theory. |
would be great if you add |
@sarfraznawaz2005 Do any local models support function calling? |
Not sure what you mean but there are local models that support openai api format such as https://github.com/josStorer/RWKV-Runner or https://lmstudio.ai. They expose local url and many similar projects now support them by exposing option for base url in which case api key is not taken into account. autopilot strictly checks for api key otherwise gives errror. If you allow option of base url and if it is local then you can modify code to skip checking for api key. |
GPT-AutoPilot uses the OpenAI API's function calling feature which is not implemented in other LLM's than ChatGPT and Gemini as far as I know. You can set the I'm working on another project in TypeScript that does not use the function calling feature, and I might integrate it into this project as well, if I get it to work. |
yes I tried that way it does not work. Looking forward to other project :) |
instead of using openai API, can it work with other open-source/local hosted models like llama etc.?
The text was updated successfully, but these errors were encountered: