Skip to content

Commit

Permalink
Modified prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Jul 8, 2024
1 parent 126aa59 commit 2f9c5ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion instructor/tests/test_option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ mod tests {
GPT4_O.to_string(),
vec![chat_completion::ChatCompletionMessage {
role: chat_completion::MessageRole::user,
content: chat_completion::Content::Text(String::from("It's a beautiful day out")),
content: chat_completion::Content::Text(String::from(
"Try to extract a user from the following sentence: `It's a beautiful day out`",
)),
name: None,
}],
);
Expand Down

0 comments on commit 2f9c5ea

Please sign in to comment.