Spaces:
Sleeping
Sleeping
Commit
·
2f14cee
1
Parent(s):
ee0e466
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ st.markdown("Currently ChatBot is taking content only from this [file.](http://k
|
|
11 |
|
12 |
class OpenAIClient:
|
13 |
def __init__(self):
|
14 |
-
self.api_key = api_key
|
15 |
self.client = openai.OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
|
16 |
self.thread_id = None
|
17 |
self.file_id = ["file-Anvyhz2k0puV0NCjWH8mGsuk"]
|
|
|
11 |
|
12 |
class OpenAIClient:
|
13 |
def __init__(self):
|
|
|
14 |
self.client = openai.OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
|
15 |
self.thread_id = None
|
16 |
self.file_id = ["file-Anvyhz2k0puV0NCjWH8mGsuk"]
|