huggingface / chat-ui

Open source codebase powering the HuggingChat app
https://huggingface.co/chat
Apache License 2.0
7.61k stars 1.12k forks source link

Add support for model version in Vertex AI #1496

Closed pocman closed 1 month ago

pocman commented 1 month ago

Bumping the version of Gemini from gemini-1.5-pro-001 to gemini-1.5-pro-002 should be completly transparent for the user. Right now, this is not the case as the Gemini model version is strongly coupled with the HuggingChat model.

This PR add supports for extraBody.model_version in endpointVertexParametersSchema

pocman commented 1 month ago

@nsarrazin I'm not sure I can merge the PR. Could you do it when you believe it's good to go ?