Skip to content

Commit d33e1fb

Browse files
Update chat.py
1 parent f8a11e9 commit d33e1fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def chat_with_ai(user_message):
2020
return response.json()["choices"][0]["message"]["content"]
2121
else:
2222
return f"Error: {response.status_code}, {response.text}"
23-
2423
# Greeting message
2524
print("Hi there! I am Markhor, the AI chatbot powered by ChatGPT-4, represented by Coding Moves.")
2625
print("How can I assist you today?\n")

0 commit comments

Comments
 (0)