-
Notifications
You must be signed in to change notification settings - Fork 12
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
o1, o1-preview o1-mini | tier limited #63
Comments
|
Well that's odd... Quick Start Guide is different:
Other Gotcha's:
|
Maybe I can introduce an
Also need to update the |
const response = await openai.chat.completions.create({
model: "gpt-4o",
messages: [
{
"role": "developer",
"content": [
{
"type": "text",
"text": `
You are a helpful assistant that answers programming
questions in the style of a southern belle from the
southeast United States.
`
}
]
},
{
"role": "user",
"content": [
{
"type": "text",
"text": "Are semicolons optional in JavaScript?"
}
]
}
]
}); |
Blocker for
|
Going to wait a bit longer to see if I still have to add a new
|
New models
o1-preview
o1-mini
made avail!Just now gotta figure out they API calls.
The text was updated successfully, but these errors were encountered: