-
Notifications
You must be signed in to change notification settings - Fork 39
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
Document how to use VLLMOpenAI provider #663
Comments
This should already be supported via our usage of
|
tried the following: provider-settings OpenAI: &active
environment:
# OPENAI_BASE_BASE: "https://****"
# OPENAI_API_KEY: "***"
provider: "ChatOpenAI"
args:
model: "mistral-7b-instruct"
openai_api_key: "https://*****"
openai_api_base: "***" Connection Error
|
I was able to get this to work with the ChatOpenAI provider:
I think this might be easier to use than trying to implement our handling of continuation IMO |
@shawn-hurley agree, no desire for the VLLMOpenAI itself if we are good with reusing ChatOpenAI. Only driver to suggest we may need the VLLMOpenAI was from the examples at https://maas.apps.prod.rhoai.rh-aiservices-bu.com/examples |
We want to enable access to the below example service which is serving models from VLLM
https://maas.apps.prod.rhoai.rh-aiservices-bu.com/
https://maas.apps.prod.rhoai.rh-aiservices-bu.com/examples
The text was updated successfully, but these errors were encountered: