-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
Add OpenAI support to the LLM abstraction
After implementing the new LLM abstraction with Anthropic support, we need to add support for OpenAI models.
Tasks
- Add OpenAI SDK as a dependency
- Implement OpenAI adapter for our LLM abstraction
- Convert between our message format and OpenAI's format
- Handle tool calls and tool results properly
- Update configuration to support OpenAI models
- Add tests for OpenAI integration
Benefits
- Restore support for OpenAI models that was removed when reverting Vercel AI SDK
- Provide users with more model options
- Implement a cleaner, more reliable integration than the previous version
Metadata
Metadata
Assignees
Labels
No labels