Skip to content

Commit

Permalink
Chore/models update (#3111)
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
  • Loading branch information
HenryHengZJ authored Aug 29, 2024
1 parent 7103912 commit 157f570
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 @@ -220,6 +220,10 @@
{
"name": "azureChatOpenAI",
"models": [
{
"label": "gpt-4o-mini",
"name": "gpt-4o-mini"
},
{
"label": "gpt-4o",
"name": "gpt-4o"
Expand Down Expand Up @@ -249,6 +253,10 @@
{
"name": "azureChatOpenAI_LlamaIndex",
"models": [
{
"label": "gpt-4o-mini",
"name": "gpt-4o-mini"
},
{
"label": "gpt-4o",
"name": "gpt-4o"
Expand Down

0 comments on commit 157f570

Please sign in to comment.