-
-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Labels
bugSomething isn't workingSomething isn't workingworking on itThis issue or feature is actively being worked on.This issue or feature is actively being worked on.
Description
Description
Summary
When using the Qwen model via Groq API in OpenWhisper:
- In Agent Mode, the "Thinking" section is included in the output but should be collapsible (optional to view).
Currently, the "Thinking" section is always visible and copied, which is inconsistent with user expectations.
Steps to Reproduce
- Agent Mode:
- Use Qwen model via Groq API.
- Observe output format:
Thinking: [process] Output: [final answer]. - Attempt to copy the output.
- Issue: "Thinking" section is visible and copied.
Expected Behavior
- Agent Mode:
- "Thinking" section is collapsible (e.g., a toggle button to hide/show it).
- When copying, only the final answer is selected.
Actual Behavior
- "Thinking" section is always visible and copied in both modes.
Screenshots
Additional Context
- This behavior is specific to the Quen model.
- Other models (e.g., Llama, Mistral) do not exhibit this issue.
- Check if Grog API supports mode-specific output formatting (e.g.,
agent_mode=trueornon_agent_mode=true).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingworking on itThis issue or feature is actively being worked on.This issue or feature is actively being worked on.