Antonio Cheong
commited on
Commit
·
127a2a5
1
Parent(s):
d7360ed
format
Browse files- src/EdgeGPT.py +1 -1
src/EdgeGPT.py
CHANGED
@@ -292,7 +292,7 @@ async def main():
|
|
292 |
print(
|
293 |
(await bot.ask(prompt=prompt))["item"]["messages"][1]["adaptiveCards"][
|
294 |
0
|
295 |
-
]["body"][0]["text"]
|
296 |
)
|
297 |
else:
|
298 |
wrote = 0
|
|
|
292 |
print(
|
293 |
(await bot.ask(prompt=prompt))["item"]["messages"][1]["adaptiveCards"][
|
294 |
0
|
295 |
+
]["body"][0]["text"],
|
296 |
)
|
297 |
else:
|
298 |
wrote = 0
|