Merge pull request #761 from yamitzky/main

This commit is contained in:
paul-gauthier 2024-07-01 10:31:01 -03:00 committed by GitHub
commit 3cb433fbae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -190,6 +190,7 @@ MODEL_SETTINGS = [
use_repo_map=True,
examples_as_sys_msg=True,
can_prefill=True,
accepts_images=True,
),
ModelSettings(
"anthropic/claude-3-5-sonnet-20240620",
@ -206,6 +207,7 @@ MODEL_SETTINGS = [
use_repo_map=True,
examples_as_sys_msg=True,
can_prefill=True,
accepts_images=True,
),
# Vertex AI Claude models
ModelSettings(
@ -215,6 +217,7 @@ MODEL_SETTINGS = [
use_repo_map=True,
examples_as_sys_msg=True,
can_prefill=True,
accepts_images=True,
),
ModelSettings(
"vertex_ai/claude-3-opus@20240229",