Todd Deshane commited on
Commit
02f3534
·
1 Parent(s): b6a7af0
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -18,8 +18,7 @@ def find_most_valuable_feature(csv_file):
18
  print("find_most_valuable_feature")
19
  print(csv_file)
20
 
21
- openai.api_key = os.environ["OPENAI_API_KEY"]
22
- smart_llm = OpenAI()
23
 
24
 
25
 
 
18
  print("find_most_valuable_feature")
19
  print(csv_file)
20
 
21
+ smart_llm = OpenAI(api_token=os.environ["OPENAI_API_KEY"])
 
22
 
23
 
24