This commit is contained in:
Jason Liu
2023-12-01 20:35:34 -05:00
parent ae59ed434f
commit 7a9f57be7d
6 changed files with 29 additions and 26 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ if __name__ == "__main__":
messages=[
{
"role": "system",
"content": f"You are an expert at outputting json. You always output valid JSON based on the pydantic schema given to you.",
"content": "You are an expert at outputting json. You always output valid JSON based on the pydantic schema given to you.",
},
{
"role": "user",