-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feat: GPT4All Model Integration #16
base: main
Are you sure you want to change the base?
Conversation
This should really be refactored into a new module so that people could choose one or the other. Removing openai support completely locks some people out of using this project. |
I agree, if someone feels like doing that fix please do so! |
This shouldn't contain a hardcoded model, but should reference something in |
Added the feature to select your own model, will look at max tokens and temperature next @MLTQ thanks for the feedback |
Enabled issues if anyone finds any I'll try to keep it tidy where possible. Also looking forward to someone's refactor to use either gpt4all or openai |
Can add GPU support? Currently is too slow to run on the CPU. |
Is there any opensource LLM good for running this agent? Thanks a lot |
In case anyone prefers running it locally for free.
Beware it's quite slower than OpenAI!