Skip to content
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

GPT4ALL support or open source models #49

Closed
shiloh92 opened this issue Jun 15, 2023 · 5 comments
Closed

GPT4ALL support or open source models #49

shiloh92 opened this issue Jun 15, 2023 · 5 comments

Comments

@shiloh92
Copy link

OpenAI's model 3.5 breaks frequently and is low quality in general.

Falcon, Vicuna, Hermes and more should be supported as they're open source, free, and moving away from paid closed source is good practice and opens applications to huge user base who wants free access to these tools.

@teddybear082
Copy link

Since gpt4all now has a local server mode that emulates OpenAI’s API calls shouldn’t we be able to just overwrite ai.py’s calls with python calls to the gpt4all local server instead of openai? Or is it more complicated than that?

@patillacode
Copy link
Collaborator

I think you are on the right track @teddybear082

@zudsniper
Copy link

See #63 for Abstraction of the ai.py file which allows for use of any model you desire. Just have to implement it.

@sumersm7
Copy link

gpt-llama claim to be a dropin replacement for chatGpt application. So is there a way to change the api url to local host?

@patillacode
Copy link
Collaborator

Maybe this should be a discussion rather than an issue, feel free to start one if you are still interested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants