We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a11e9 commit d33e1fbCopy full SHA for d33e1fb
chat.py
@@ -20,7 +20,6 @@ def chat_with_ai(user_message):
20
return response.json()["choices"][0]["message"]["content"]
21
else:
22
return f"Error: {response.status_code}, {response.text}"
23
-
24
# Greeting message
25
print("Hi there! I am Markhor, the AI chatbot powered by ChatGPT-4, represented by Coding Moves.")
26
print("How can I assist you today?\n")
0 commit comments