-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Feature: Adding watsonx.ai LLM Platform support #1888
base: master
Are you sure you want to change the base?
New Feature: Adding watsonx.ai LLM Platform support #1888
Conversation
added guard rails feature, added token selection logic
if the custom token limit exceeds the max token limit, then the max limit will be used
Adding watsonx provider
Adding watsonx.ai LLMs and Emedings
I cannot for the life of me figure out where to get the proper credentials in the IBM cloud to test this integration. Is there any documentation on where to get the above ENVs? |
@timothycarambat here is the link: https://cloud.ibm.com/docs/account?topic=account-userapikey&interface=ui |
Pull Request Type
What is in this change?
Adding watsonx.ai support as LLM Platform
Additional Information
New LLM backend supporing various LLMs is added. Running watsonx.ai will require:
In addition, we are intorducing AI Guardrails for input and LLM output
Developer Validations
yarn lint
from the root of the repo & committed changes