[Feature Request] Critic selection mechanism for models don't support multiple response at one time #996
Labels
call for contribution
enhancement
New feature or request
New Feature
P1
Task with middle level priority
Milestone
Required prerequisites
Motivation
raised by @coolbeevip https://github.com/orgs/camel-ai/discussions/985
In the Role-Playing critic scenario, the user agent receives multiple response options through the n parameter of the OpenAI API, from which the critic selects one to guide the assistant agent. (If my understanding is incorrect, please feel free to point it out!)
However, this mechanism only works well with the OpenAI API; a brief investigation shows that other models do not support the n parameter. Should we ensure consistency in this behavior when using non-OpenAI models through engineering methods? (For example, by looping n times and concatenating the results.)
Solution
No response
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: