Skip to content

Commit

Permalink
add support for vision language model: google/paligemma
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed May 14, 2024
1 parent e7bd7cd commit 4f69434
Showing 1 changed file with 4 additions and 0 deletions.
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 @@ -171,6 +171,10 @@ class Model(BaseModel):
"model_type": "chat",
"model_name": "aisingapore/sea-lion-7b-instruct",
},
"ai-google-paligemma": {
"model_type": "image_in",
"model_name": "google/paligemma",
},
}
)

Expand Down

0 comments on commit 4f69434

Please sign in to comment.