You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are 3 OpenAI providers: openai, openai-chat, openai-chat-new. This is confusing, the same service by the same company shouldn’t have 3 different provider IDs.
Proposed Solution
Ideally, consolidate all OpenAI providers into a single provider (for example, openai).
Additional context
Note that openai-chat:gpt-3.5-turbo and openai-chat-new:gpt-3.5-turbo is the same model.
The text was updated successfully, but these errors were encountered:
Problem
Currently there are 3 OpenAI providers:
openai
,openai-chat
,openai-chat-new
. This is confusing, the same service by the same company shouldn’t have 3 different provider IDs.Proposed Solution
Ideally, consolidate all OpenAI providers into a single provider (for example,
openai
).Additional context
Note that
openai-chat:gpt-3.5-turbo
andopenai-chat-new:gpt-3.5-turbo
is the same model.The text was updated successfully, but these errors were encountered: