Skip to content

Commit

Permalink
Add Claude 3.5 Sonnet model to available models list
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Jun 22, 2024
1 parent f0f5787 commit 42e7f13
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 @@ -7,6 +7,7 @@ std::vector<GenerativeAI::Model> GenerativeAI::available_models()
models.emplace_back("gpt-4-turbo");
models.emplace_back("gpt-4");
models.emplace_back("gpt-3.5-turbo");
models.emplace_back("claude-3-5-sonnet-20240620");
models.emplace_back("claude-3-opus-20240229");
models.emplace_back("claude-3-sonnet-20240229");
models.emplace_back("claude-3-haiku-20240307");
Expand Down

0 comments on commit 42e7f13

Please sign in to comment.