Updated OpenAI models and added support for DeepSeek models#20
Open
lengidev wants to merge 11 commits into
Open
Updated OpenAI models and added support for DeepSeek models#20lengidev wants to merge 11 commits into
lengidev wants to merge 11 commits into
Conversation
- Add `apiBaseUrl` setting to allow custom OpenAI-compatible API endpoints - Pass `baseUrl` to OpenAI client when provided - Include DeepSeek models (`deepseek-chat`, `deepseek-reasoner`, `deepseek-v4-flash`, `deepseek-v4-pro`) in available chat models list
…moved manual base URL setting - Automatically configure the API base URL when a model starting with "deepseek-" is selected (using https://api.deepseek.com), otherwise default to OpenAI's base URL. - This removes the separate "API Base URL" setting from the UI and simplifying the configuration while adding support for DeepSeek models.
- Older models are getting deprecated - replaced chat models gpt-3.5-turbo, gpt-4, gpt-4-turbo, gpt-4.1-nano, gpt-4o-mini with recommended models GPT-5.4-mini, GPT-5.4-nano, GPT-5.5 - replaced reasoning models o1, o3-mini, o4-mini with recommended models GPT-5.5, GPT-5.4-mini - there was nothing changed with the completion models
- Update reasoning models to include DeepSeek v4 models and implemented configurable reasoning effort (low, medium, high). - Manually updated the openai dependency to version 6.44.0 though it will be deprecated
- Update reasoning models to include DeepSeek v4 models and implemented configurable reasoning effort (low, medium, high). - Manually updated the openai dependency to version 6.44.0 though it will be deprecated
Corrected formatting inconsistencies in the tips section of README.md.~
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.
deepseek-v4-flashanddeepseek-v4-proto the model selection dropdown