-
Notifications
You must be signed in to change notification settings - Fork 143
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
Using local adapter via OpenAI API #199
Comments
Hey @prd-tuong-nguyen, I'd be happy to add support for this. There are two ways I could think to do it:
Both could work. I think being able to set a default adapter source is a good idea in general, though. So happy to take that on first. |
@tgaddair thank u for your quick reply, |
Hey @prd-tuong-nguyen, we just landed #223 which should hopefully address this issue. Let us know if there are any issues! |
@tgaddair amazing, thank u |
Feature request
When using the original endpoint, I can pass the adapter_source as "local" to load adapter from local directory.
How can I do it with OpenAI endpoint?
I have try pass
--adapter-source local
when run docker but it's still not workingMotivation
Load local adapter
Your contribution
.
The text was updated successfully, but these errors were encountered: