Qio
Qio
> hm can you try clearing your cache maybe? > > rm -rf ~/.cache/opencode I have remove all caches, however, the problem still exist.ink rm -rf ~/.local/share/opencode/ rm -rf ~/.cache/opencode/...
If I configure @ai-sdk/openai as the provider, the default is to use the Response API. How should you modify the opencode.json file to use the Chat Completion API instead? I...
The completions api doesn't support max_completion_tokens and openai-compatible just means use the completions api. I think the Completions API does support max_completion_tokens, but opencode only sends max_tokens by default when...
> Openai compatible ai sdk provider sends max_tokens. Openai has their own set of rules right so they will have different deprecations and the ai-sdk/openai respects that. > > I...
> I know i've helped someone get this resolved before but I just can't find what we did to fix it @rekram1-node Could you help to find the solution? Thank...
> what error did you get when you tried to use gpt 5 witb the azure provider? was it related to using wrong endpoint? The error message is below: `ERROR...
Hi @rekram1-node I have create a PR for this issue, could you help to check? https://github.com/sst/opencode/pull/5541
> I had the similar issue, I was working with a weird provider that used custom keys for gpt-5 where there are params incompatible with the current api version of...
@rekram1-node could you help to check this PR?
@rekram1-node Could you help to check this issue?