huggingface / llm-vscode

LLM powered development for VSCode
Apache License 2.0
1.18k stars 126 forks source link

View requests and responses #144

Open mina58 opened 3 days ago

mina58 commented 3 days ago

Is there a way to access the returned response. I keep getting serde json error: data did not match any variant of untagged enum OpenAIAPIResponse when i use my custom endpoint. the api is open ai compatible and i set the backend as openai. I tried to curl the request and the response is exactly like open ai json. Is there a way to inspect the response to help debug the issue.

WTU-intelligent-software-development commented 2 days ago

Hello, I also get the same error. Did you find a solution for it?

mina58 commented 1 day ago

Hello, I also get the same error. Did you find a solution for it?

Not yet