mudssky

Results 3 comments of mudssky

convert-to-ollama-chat-messages.ts should add a case 'reasoning' ``` for (const part of content) { switch (part.type) { case 'text': { text.push(part.text) break } case 'tool-call': { toolCalls.push({ function: { arguments: part.args...

opencode web cannot select custom providers