Antonio Cheong
commited on
Commit
·
e990652
1
Parent(s):
e0cc52d
instructions
Browse files- src/EdgeGPT.py +1 -0
src/EdgeGPT.py
CHANGED
|
@@ -373,6 +373,7 @@ async def main():
|
|
| 373 |
Main function
|
| 374 |
"""
|
| 375 |
print("Initializing...")
|
|
|
|
| 376 |
bot = Chatbot()
|
| 377 |
session = create_session()
|
| 378 |
while True:
|
|
|
|
| 373 |
Main function
|
| 374 |
"""
|
| 375 |
print("Initializing...")
|
| 376 |
+
print("Enter `alt+enter` or `escape+enter` to send a message")
|
| 377 |
bot = Chatbot()
|
| 378 |
session = create_session()
|
| 379 |
while True:
|