-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: add ai proxy #1506
feat: add ai proxy #1506
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should write at least one basic mock test against the endpoint to ensure regressions are covered and make sure there's a gh action to run it
Yeah, I also wanted to add some basic tests and gh actions. Should be mostly ready tomorrow. |
go/ai-proxy
go moduleghcr.io/pluralsh/ai-proxy
containerIt does on-the-fly request/response modification to match the configured
--provider
API. The response format will always match the ollama API format. Provider token when needed can be provided viaPLRL_PROVIDER_TOKEN
env var or--provider-token
flag.Test Plan
Checklist