We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73af57d commit 8ae59d3Copy full SHA for 8ae59d3
chat.py
@@ -39,4 +39,4 @@ def query_openai(query):
39
# Format the response to wrap text at 80 characters width
40
formatted_response = textwrap.fill(response, width=80)
41
42
- print(formatted_response)
+ print(formatted_response)
0 commit comments