oleksandrburlakov commited on
Commit
f7dc109
·
1 Parent(s): ca36ef4

fixed bug with missing report

Browse files
Files changed (1) hide show
  1. bot_actions.py +1 -0
bot_actions.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import requests
2
  import time
3
  import os
 
1
+ from openai import OpenAI
2
  import requests
3
  import time
4
  import os