feat: OpenAI API Option And Model Use Without Using Custom URL#36
Closed
ChandlerVS wants to merge 2 commits intozachlatta:mainfrom
Closed
feat: OpenAI API Option And Model Use Without Using Custom URL#36ChandlerVS wants to merge 2 commits intozachlatta:mainfrom
ChandlerVS wants to merge 2 commits intozachlatta:mainfrom
Conversation
Author
|
Closing in support of #43. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OpenAI API Option Without Using Custom URL
This PR allows for the selection and use of OpenAI's API without having to input custom URLs, etc. It also uses openai models instead. I think this solution is nice because you can switch between OpenAI and Groq witout tinkering with URL settings, etc.
Users can select from Groq, OpenAI, or Custom during setup:
If OpenAPI is selected, it shows a similar input screen to Groq, but with links to OpenAI instead:
It is also configurable in settings after setup:
Additional Notes
whisper-1(https://developers.openai.com/api/docs/guides/speech-to-text). I am unsure if the 4o models from the doc will work well here.