Skip to content

Conversation

seratch
Copy link
Member

@seratch seratch commented Oct 3, 2025

@seratch seratch requested a review from rm-openai October 3, 2025 19:12
@seratch seratch added bug Something isn't working feature:core labels Oct 3, 2025
conversation=self._non_null_or_not_given(conversation_id),
instructions=self._non_null_or_not_given(system_instructions),
model=self.model,
model=self.model if prompt is None else NOT_GIVEN,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a comment here explaining why?

Copy link
Collaborator

@rm-openai rm-openai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also confirming you are sure this is correct? devs are not allowed to override the model set in the prompt?

@seratch
Copy link
Member Author

seratch commented Oct 14, 2025

@rm-openai good point; actually it's feasible. so, when a developer explicitly pass a model, it should be allowed. the default model still needs to be ignored.

@seratch seratch marked this pull request as draft October 14, 2025 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working feature:core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants