gpt-oss interactions seem incomplete #7023
jfriv
started this conversation in
Models + Providers
Replies: 1 comment 2 replies
-
@jfriv I'm curious, does this specifically happen during file edits when it tries to apply code? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use the new
openai/gpt-oss:20b
model in Android Studio in agent mode via ollama. I tried a few different configurations and seem to have it working as an openai model with a customapiBase
. The problem I am seeing is that the interactions I'm having with the model with continue in agent mode seem incomplete. Tool calling appears to work but there are only ever commentary on a few of the responses, and sometimes the interaction just stops without a status update or prompt to continue. I see there is an issue with "agent" mode being greyed out forgpt-oss
as reported in this issue #6984 and resolved by this PR #7006 but my custom model configuration with ollama is not affected by this issue because the agent mode is not greyed out.Here is my model config:
Seems to me continue is not properly parsing OpenAI's Harmony Response Format. Anyone else seeing this and have a fix?
Beta Was this translation helpful? Give feedback.
All reactions