Skip to content

Commit

Permalink
add baichuan-inc/baichuan2-13b-chat and thudm/chatglm3-6b to set of s…
Browse files Browse the repository at this point in the history
…upported chat models
  • Loading branch information
mattf committed Aug 19, 2024
1 parent 8f4deaa commit baf73fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,16 @@ def validate_client(cls, client: str, values: dict) -> str:
model_type="chat",
client="ChatNVIDIA",
),
"baichuan-inc/baichuan2-13b-chat": Model(
id="baichuan-inc/baichuan2-13b-chat",
model_type="chat",
client="ChatNVIDIA",
),
"thudm/chatglm3-6b": Model(
id="thudm/chatglm3-6b",
model_type="chat",
client="ChatNVIDIA",
),
}

QA_MODEL_TABLE = {
Expand Down

0 comments on commit baf73fa

Please sign in to comment.