Chore/models update (#3590)

* add gemini flash

* add gemin flash to vertex

* add gemin-1.5-flash-preview to vertex

* add azure gpt 4o

* add claude 3.5 sonnet

* add mistral nemo

* add groq llama3.1

* add gpt4o-mini to azure

* o1 mini

* add groq llama 3.2

* update anthropic models

* add 3.5 haiku

* update vertex embedding models

* add azure o1 models
This commit is contained in:
Henry Heng
2024-11-27 11:02:15 +00:00
committed by GitHub
parent 4c1951d5b6
commit c50c7bdcce
+8
View File
@@ -230,6 +230,14 @@
{ {
"name": "azureChatOpenAI", "name": "azureChatOpenAI",
"models": [ "models": [
{
"label": "o1-preview",
"name": "o1-preview"
},
{
"label": "o1-mini",
"name": "o1-mini"
},
{ {
"label": "gpt-4o-mini", "label": "gpt-4o-mini",
"name": "gpt-4o-mini" "name": "gpt-4o-mini"