Skip to content

Commit

Permalink
add google/codegemma-1.1-7b to set of ChatNVIDIA models
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed May 30, 2024
1 parent 906e329 commit 53c7448
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ class Model(BaseModel):
"model_type": "chat",
"model_name": "ibm/granite-34b-code-instruct",
},
"ai-codegemma-1-1-7b": {
"model_type": "chat",
"model_name": "google/codegemma-1.1-7b",
},
}
)

Expand Down
2 changes: 1 addition & 1 deletion libs/ai-endpoints/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-nvidia-ai-endpoints"
version = "0.0.19"
version = "0.0.20"
description = "An integration package connecting NVIDIA AI Endpoints and LangChain"
authors = []
readme = "README.md"
Expand Down

0 comments on commit 53c7448

Please sign in to comment.