Skip to content

Commit

Permalink
formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
simveit committed Dec 27, 2024
1 parent 9ae631e commit 5710173
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _posts/2024-12-27-synthetic-data-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ resp = client.chat.completions.create(
messages=[
{
"role": "user",
"content": "Write a potential user query to a chatbot for the following product:\n\\`{{ data }}\\`"
"content": """Write a potential user query to a chatbot for the following product:
{{ "{{ data " }}}}""",
},
],
response_model=SyntheticQuestion,
context={"data": client_description},
context={"data": client_description},
)

print(resp.chain_of_thought)
Expand Down

0 comments on commit 5710173

Please sign in to comment.