You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some models, you are able to pass in a list to the prompt field where we sequentially input the items in the list as different messages in a chat interface. The response field is therefore also a list.
Currently, the create_judge command only works for single prompt and response. We can implement a simple chat evaluation by presenting the judge LLM the conversation.
The text was updated successfully, but these errors were encountered:
For some models, you are able to pass in a list to the
prompt
field where we sequentially input the items in the list as different messages in a chat interface. Theresponse
field is therefore also a list.Currently, the
create_judge
command only works for single prompt and response. We can implement a simple chat evaluation by presenting the judge LLM the conversation.The text was updated successfully, but these errors were encountered: