Skip to content

Commit 8ae59d3

Browse files
authored
Added textwrap and removed empty lines
1 parent 73af57d commit 8ae59d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ def query_openai(query):
3939
# Format the response to wrap text at 80 characters width
4040
formatted_response = textwrap.fill(response, width=80)
4141

42-
print(formatted_response)
42+
print(formatted_response)

0 commit comments

Comments
 (0)