mirror of
https://github.com/langchain-ai/langchain-benchmarks.git
synced 2026-07-01 22:34:02 -04:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e55d3e9617 |
@@ -262,7 +262,17 @@ _GOOGLE_GENAI_MODELS = [
|
||||
"model": "gemini-pro",
|
||||
"convert_system_message_to_human": True,
|
||||
},
|
||||
)
|
||||
),
|
||||
RegisteredModel(
|
||||
provider="google-genai",
|
||||
name="gemini-ultra",
|
||||
description="Gemini Ultra is a large model from Google trained on a diverse set of tasks.",
|
||||
type="chat",
|
||||
params={
|
||||
"model": "gemini-ultra",
|
||||
"convert_system_message_to_human": True,
|
||||
},
|
||||
),
|
||||
]
|
||||
|
||||
_ANYSCALE_MODELS = [
|
||||
|
||||
Reference in New Issue
Block a user