Skip to content

Commit bb98a1e

Browse files
committed
Updated the provider name for Granite 3.3 from my_rhoai_dev to rhoai
1 parent 7277258 commit bb98a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aap_chatbot/src/useChatbot/useChatbot.ts

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

3535
export const modelsSupported: LLMModel[] = [
36-
{ model: "granite-3.3-8b-instruct", provider: "my_rhoai_dev" },
36+
{ model: "granite-3.3-8b-instruct", provider: "rhoai" },
3737
{ model: "gemini/gemini-2.5-flash", provider: "gemini" },
3838
{ model: "gemini/gemini-2.5-pro", provider: "gemini" },
3939
];

ansible_ai_connect_chatbot/src/useChatbot/useChatbot.ts

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

3535
export const modelsSupported: LLMModel[] = [
36-
{ model: "granite-3.3-8b-instruct", provider: "my_rhoai_dev" },
36+
{ model: "granite-3.3-8b-instruct", provider: "rhoai" },
3737
{ model: "gemini/gemini-2.5-flash", provider: "gemini" },
3838
{ model: "gemini/gemini-2.5-pro", provider: "gemini" },
3939
];

0 commit comments

Comments
 (0)