WingNeville commited on
Commit
e890e1d
·
verified ·
1 Parent(s): 658b9b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -5,6 +5,10 @@ import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
 
 
 
 
 
8
  from Gradio_UI import GradioUI
9
 
10
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
 
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
 
8
+ import os
9
+ api_key = os.getenv("WingTokenRead")
10
+ client = OpenAI(api_key=api_key)
11
+
12
  from Gradio_UI import GradioUI
13
 
14
  # Below is an example of a tool that does nothing. Amaze us with your creativity !