Skip to content

Commit

Permalink
Adds "gpt-4o-mini" to the list of available models in GenerativeAI.
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Jul 19, 2024
1 parent a1e4055 commit 6c0b159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GenerativeAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ std::vector<GenerativeAI::Model> GenerativeAI::available_models()
{
std::vector<Model> models;
models.emplace_back("gpt-4o");
models.emplace_back("gpt-4o-mini");
models.emplace_back("gpt-4-turbo");
models.emplace_back("gpt-4");
models.emplace_back("gpt-3.5-turbo");
Expand Down

0 comments on commit 6c0b159

Please sign in to comment.