File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
aap_chatbot/src/useChatbot
ansible_ai_connect_chatbot/src/useChatbot Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const botName =
33
33
ANSIBLE_LIGHTSPEED_PRODUCT_NAME ;
34
34
35
35
export const modelsSupported : LLMModel [ ] = [
36
- { model : "granite-3.3-8b-instruct" , provider : "my_rhoai_dev " } ,
36
+ { model : "granite-3.3-8b-instruct" , provider : "rhoai " } ,
37
37
{ model : "gemini/gemini-2.5-flash" , provider : "gemini" } ,
38
38
{ model : "gemini/gemini-2.5-pro" , provider : "gemini" } ,
39
39
] ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const botName =
33
33
ANSIBLE_LIGHTSPEED_PRODUCT_NAME ;
34
34
35
35
export const modelsSupported : LLMModel [ ] = [
36
- { model : "granite-3.3-8b-instruct" , provider : "my_rhoai_dev " } ,
36
+ { model : "granite-3.3-8b-instruct" , provider : "rhoai " } ,
37
37
{ model : "gemini/gemini-2.5-flash" , provider : "gemini" } ,
38
38
{ model : "gemini/gemini-2.5-pro" , provider : "gemini" } ,
39
39
] ;
You can’t perform that action at this time.
0 commit comments