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

Refactor ChatGPT functions and bump to openai-python 1.43.1 #20

Merged
merged 11 commits into from
Sep 19, 2024
Merged

Conversation

kytpbs
Copy link
Owner

@kytpbs kytpbs commented Sep 8, 2024

bumped up the version to the latest,

and added my own abstraction layer onto it, making my life easier if I wish to add other LLM providers like Claude or Gemini

BREAKING:

does not create images now, since its both expensive and would require a separate abstraction layer

I had to do some horrendous way to fix it up but now it works! yipiee

the fix was to
the abstraction lets me also use any other LLM, like gemini (foreshadowing). since gemini does offer a free plan to use unlike openAI which made me pay $5 before even using the app...
more inclusive please
@kytpbs kytpbs merged commit 07ad712 into main Sep 19, 2024
2 of 3 checks passed
@kytpbs kytpbs deleted the refactor-2 branch September 19, 2024 00:36
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

Successfully merging this pull request may close these issues.

1 participant