-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: add support for OpenAI O1/o1-mini model #325
Comments
Did you check out the most recent update pushed yesterday? Try that first. |
Hi, I have updated my chainforge to the newest version: 25.0.1 And I saw your update notes:
However, it's still not working. I tried to let o3 mini to read the "ModelSettingSchemas.tsx file", it did give me some suggestions, but the code it modified is still not working:(. I really expect that you can either:
I understand UI changes might take time, so a working template would be extremely helpful as an interim solution. Thank you for your help! |
I’ve tested the o1 models myself in the new version and then do work. Make sure your browser is refreshed. |
Thank you for your prompt response!
Documentation Enhancement ProposalWhile discovering the manual model addition feature through trial-and-error, I noticed:
Suggested improvements:
Cross-Node Model Persistence IssueCurrent behavior observation:
Proposed solution architecture: graph LR
A[Global Settings] --> B(Model Registry)
B --> C{Model Type}
C -->|Built-in| D[Standard Models]
C -->|Custom| E[User-defined Models]
E --> F[Sync Across Nodes]
This would enable:
Thank you again for your quick support - seeing how rapidly these improvements are being implemented is what makes ChainForge such a joy to use! The new model override workflow has already saved me hours of configuration time. These suggestions simply come from my excitement to see more users benefit from these great UI enhancements. Keep up the amazing work shaping the future of LLM experimentation tools! 🚀 |
I'm currently trying to use OpenAI's o1 and o1-mini models through chainforge's custom provider, but encountering difficulties with the implementation. While o1-mini works occasionally, o1-preview-2024-09-12 consistently returns a 400 Bad Request error when making API calls.
Current Setup
Feature Request
Would it be possible to add native support for OpenAI's o1 model family in chainforge? This would:
Impact
Native support would benefit users who want to:
Let me know if you need any additional information. Looking forward to your response!
I let AI to help me built a custom provider file, but only worked for o1-mini, not sure why o1-preview is not working:
The text was updated successfully, but these errors were encountered: