Skip to content

Commit

Permalink
add upstage/solar-10.7b-instruct to set of ChatNVIDIA models
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Jun 6, 2024
1 parent 83f442d commit 46d4ae8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ def __hash__(self) -> int:
client="ChatNVIDIA",
aliases=["ai-breeze-7b-instruct"],
),
"upstage/solar-10.7b-instruct": Model(
id="upstage/solar-10.7b-instruct",
model_type="chat",
client="ChatNVIDIA",
aliases=["ai-solar-10_7b-instruct"],
),
}

VLM_MODEL_TABLE = {
Expand Down

0 comments on commit 46d4ae8

Please sign in to comment.