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

Add support for gpt-4o-2024-08-06 #548

Open
tkfv opened this issue Aug 7, 2024 · 4 comments
Open

Add support for gpt-4o-2024-08-06 #548

tkfv opened this issue Aug 7, 2024 · 4 comments

Comments

@tkfv
Copy link

tkfv commented Aug 7, 2024

hi Simon, I read yesterday post on your blog, llm needs to support the new model. Thank you!

@brendonmackenzie
Copy link

What behaviour would you expect to see when you run llm models?

For instance:

...
OpenAI Chat: gpt-4-turbo (aliases: gpt-4-turbo-preview, 4-turbo, 4t)
OpenAI Chat: gpt-4o (aliases: 4o, gpt-4o-2024-05-13)
OpenAI Chat: gpt-4o-latest (aliases: 4o-latest, gpt-4o-2024-08-06)
OpenAI Chat: gpt-4o-mini (aliases: 4o-mini)
...

I'm unsure on the preferred date-based naming convention: e.g.


OpenAI Chat: gpt-4-1106-preview
OpenAI Chat: gpt-4-0125-preview
OpenAI Chat: gpt-4-turbo-2024-04-09
OpenAI Chat: gpt-4-turbo (aliases: gpt-4-turbo-preview, 4-turbo, 4t)

@brendonmackenzie
Copy link

#547 suggests that should be something like:

OpenAI Chat: gpt-4o-2024-05-13 (aliases: 4o, gpt-4o)
OpenAI Chat: gpt-4o-2024-08-06 (aliases: 4o-latest)

@brendonmackenzie
Copy link

Also this new model too:
OpenAI Chat: chatgpt-4o-latest

@brendonmackenzie
Copy link

In the meantime you could add the following to your extra-openai-models.yaml

- model_id: gpt-4o-2024-08-06
  aliases: ["4o-latest"]
  model_name: "gpt-4o-2024-08-06"

Instructions at openai-language-models

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

No branches or pull requests

2 participants