Skip to content

Commit cf0d0d7

Browse files
authored
Adding UI support for Vertex AI API. (#1753)
1 parent e2fa900 commit cf0d0d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible_ai_connect_chatbot/src/useChatbot/useChatbot.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const botName =
3333
ANSIBLE_LIGHTSPEED_PRODUCT_NAME;
3434

3535
export const modelsSupported: LLMModel[] = [
36+
{ model: "gemini-2.5-flash", provider: "gemini" },
3637
{ model: "gemini/gemini-2.5-flash", provider: "gemini" },
3738
];
3839

0 commit comments

Comments
 (0)