Skip to content

Commit

Permalink
correct meta/llama3-{8,70}b-instruct alias names
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed May 30, 2024
1 parent c9f8d2b commit f553d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ class Model(BaseModel):
id="meta/llama3-8b-instruct",
model_type="chat",
client="ChatNVIDIA",
aliases=["ai-llama3-8b-instruct"],
aliases=["ai-llama3-8b"],
),
"meta/llama3-70b-instruct": Model(
id="meta/llama3-70b-instruct",
model_type="chat",
client="ChatNVIDIA",
aliases=["ai-llama3-70b-instruct"],
aliases=["ai-llama3-70b"],
),
"microsoft/phi-3-mini-128k-instruct": Model(
id="microsoft/phi-3-mini-128k-instruct",
Expand Down

0 comments on commit f553d5c

Please sign in to comment.