-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(llm): o1 mini #134
feat(llm): o1 mini #134
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Quality Gate passedIssues Measures |
Playwright e2e testsTo view traces locally, unzip the report and run: npx playwright show-report ~/Downloads/playwright-report |
@@ -1,6 +1,6 @@ | |||
import OpenAI from "openai"; | |||
|
|||
export const DEFAULT_MODEL: OpenAI.Chat.ChatModel = "gpt-4o-2024-08-06"; | |||
export const DEFAULT_MODEL: OpenAI.Chat.ChatModel = "o1-mini"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does o1-mini have structured outputs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Provides preview of o1-mini