Skip to content

Commit 8516186

Browse files
committed
Revert provider name for Granite used in on-prem mode
1 parent 7277258 commit 8516186

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aap_chatbot/src/useChatbot/useChatbot.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +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" },
37-
{ model: "gemini/gemini-2.5-flash", provider: "gemini" },
38-
{ model: "gemini/gemini-2.5-pro", provider: "gemini" },
36+
{ model: "granite-3.3-8b-instruct", provider: "rhoai" },
3937
];
4038

4139
export const readCookie = (name: string): string | null => {

0 commit comments

Comments
 (0)