Skip to content
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

Specifying model: "gpt-4" isn't working #654

Closed
bzorn opened this issue Aug 26, 2024 · 1 comment
Closed

Specifying model: "gpt-4" isn't working #654

bzorn opened this issue Aug 26, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@bzorn
Copy link
Collaborator

bzorn commented Aug 26, 2024

Previously, I was able to say model: "gpt-4" and the code would infer I meant "openai:gpt-4"
Now, when I say model: "gpt-4" I get an error message saying model not found.
Either docs or code should be updated.

@bzorn bzorn added the documentation Improvements or additions to documentation label Aug 26, 2024
@pelikhan
Copy link
Member

script({ title: "test1", 
    model: "gpt-4", 
    group: "text", 
    system: ["system"]})
    
$`What city is Abbey Delray in?`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants