-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
7 / 77 of 7 issues completedLabels
enhancementNew feature or requestNew feature or request
Description
LLM's OpenAI functionality is currently bundled with LLM itself in https://github.com/simonw/llm/blob/0.23/llm/default_plugins/openai_models.py
This means that any time OpenAI release a new model or feature I have to push a new release of LLM itself!
I also need to rework the OpenAI support for the new Responses API. I'm using that as an excuse to split out the code into a fresh plugin.
Sub-issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request