Skip to content

Updated OpenAI models and added support for DeepSeek models#20

Open
lengidev wants to merge 11 commits into
crybot:masterfrom
lengidev:main
Open

Updated OpenAI models and added support for DeepSeek models#20
lengidev wants to merge 11 commits into
crybot:masterfrom
lengidev:main

Conversation

@lengidev

Copy link
Copy Markdown
  • Updated OpenAI Models: Updated deprecated and soon to be deprecated GPT-3.5/4 models to the GPT-5 series.
  • Multi-provider support: Added API base URL setting, allowing users to switch between OpenAI and Deepseek (OpenAI-compatible) endpoints
  • Deepseek models: Added deepseek-v4-flash and deepseek-v4-pro to the model selection dropdown
  • Auto URL switching: Base URL automatically switches based on selected model (OpenAI or Deepseek)

crybot and others added 11 commits July 7, 2025 17:21
- 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.~
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.

2 participants