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
Following the demo instructions, step_1.py provided the following result:
}
-------------------------
Basic Example Response:
-------------------------
Basic Example with Variables Responses: ('', '')
-------------------------
2023-07-05 22:10:25.142 | DEBUG | chronological:main:234 - FINISHED WORKFLOW IN 1.9441 SECONDS
It doesn't provide any responses to the prompts. However, by removing the last three quotes from the two promts "summarize_for_a_2nd_grader_with_variables.txt" and "summarize_for_a_2nd_grader.txt" like this:
My second grader asked me what this passage means:
"""
{0}
"""
I rephrased it for him, in plain language a second grader can understand:
"""
to
My second grader asked me what this passage means:
"""
{0}
"""
I rephrased it for him, in plain language a second grader can understand:
The issue was resolved. I assume it's caused by the model's interpretation of the prompt.
The text was updated successfully, but these errors were encountered:
Following the demo instructions, step_1.py provided the following result:
It doesn't provide any responses to the prompts. However, by removing the last three quotes from the two promts "summarize_for_a_2nd_grader_with_variables.txt" and "summarize_for_a_2nd_grader.txt" like this:
to
The issue was resolved. I assume it's caused by the model's interpretation of the prompt.
The text was updated successfully, but these errors were encountered: