-
Notifications
You must be signed in to change notification settings - Fork 40
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
peculiar error from ellama-translate #104
Comments
Show your configuration please (remove keys before sharing). |
The error echoed to the mini-buffer is "peculiar problem" literary, I forgot to mention that.
Everything works except for |
Tried directly with
|
@oatmealm try to change your config to: (setopt ellama-provider
(make-llm-openai-compatible
:url "http://localhost:4000/v1/"
:key "some=key"
:chat-model "some-mode"
:embedding-model "some-embeding-model")) |
I'm seeing this error when trying to translate selection. API calls are proxied via
litellm
so I can see there was no outgoing call. Seems to be happening when content is parse before the API call.... all other functions workThe text was updated successfully, but these errors were encountered: