-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Current Limitation
Currently in MI users must BYOK for all the available LLM Connection options. In BI, if a user is logged into BI Copilot, they can add and use a "WSO2 Default Model Provider" which re-uses the same LLM Connection used for the copilot.
The user flow for this in BI is as follows,
- Log into BI Copilot.
- Click
Cmd + Shift + Pand invoke the commandBallerina: Configure default WSO2 model provider.
- This creates a Config.toml file with the following structure
[ballerina.ai.wso2ProviderConfig]
serviceUrl = "https://copilotendpoint..."
accessToken = "asdf...."- Add an AI Chat Agent artifact which by default uses the WSO2 model provider.
- Run the program.
Suggested Improvement
Similar to this, we can add an option like WSO2_AI in the LLM Connection options and use the same auth used in the MI Copilot.
Version
3.1.2
Reactions are currently unavailable