Skip to content

Commit

Permalink
Chore/models update (#3590)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
HenryHengZJ authored Nov 27, 2024
1 parent 4c1951d commit c50c7bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/components/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,14 @@
{
"name": "azureChatOpenAI",
"models": [
{
"label": "o1-preview",
"name": "o1-preview"
},
{
"label": "o1-mini",
"name": "o1-mini"
},
{
"label": "gpt-4o-mini",
"name": "gpt-4o-mini"
Expand Down

0 comments on commit c50c7bd

Please sign in to comment.