Replies: 1 comment
-
Ah, I could write a debug server to capture the requests... Problem solved! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use
avante.nvim
with a custom provider, I got empty responses, without any error message.Since the provider is OpenAI compatible, I choose
provider = "openai",
and override some options, like:The debug message shows the entire request body, which seems correct.
Now I suspect the problem lies in the
curl
request itself. Is there any way to debug the raw cURL response? Thanks in advance!Beta Was this translation helpful? Give feedback.
All reactions