Todd Deshane
commited on
Commit
·
02f3534
1
Parent(s):
b6a7af0
token
Browse files
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 |
-
|
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 |
|