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
"content": "You are a helpful assistant to fix an invalid JSON response. You need to fix the invalid JSON response to be valid JSON. You must respond in JSON only with no other fluff or bad things will happen. Do not return the JSON inside a code block.",
59
60
},
60
-
{"role": "user", "content": f"The invalid JSON response is: {response.choices[0].message.content}"},
61
+
{
62
+
"role": "user",
63
+
"content": f"The invalid JSON response is: {response.choices[0].message.content}",
0 commit comments