jupyter-ai icon indicating copy to clipboard operation
jupyter-ai copied to clipboard

Subissue: Consolidate OpenAI providers

Open andrii-i opened this issue 2 years ago • 2 comments
trafficstars

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 and openai-chat-new:gpt-3.5-turbo is the same model.

andrii-i avatar Nov 09 '23 00:11 andrii-i

To avoid breaking older notebooks, we should treat calls to openai-chat or openai-chat-new as calls to openai models after this is fixed.

JasonWeill avatar Nov 09 '23 01:11 JasonWeill

We should explore allowing one model provider to refer to multiple LangChain classes in v3. Adding this issue to the milestone.

dlqqq avatar Nov 27 '24 19:11 dlqqq