Spaces:
Build error
Build error
Commit
·
15a9e9e
1
Parent(s):
4d8d96a
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,6 @@ with gr.Blocks() as demo:
|
|
143 |
then replace OPENAI_API_KEY value with whatever openai key of the instructor.
|
144 |
"""
|
145 |
api_input = os.environ.get("OPENAI_API_KEY")
|
146 |
-
study_tutor = embed_key(api_input, study_tutor)
|
147 |
|
148 |
# Upload secret prompt functionality
|
149 |
# The instructor will provide a secret prompt/persona to the tutor
|
|
|
143 |
then replace OPENAI_API_KEY value with whatever openai key of the instructor.
|
144 |
"""
|
145 |
api_input = os.environ.get("OPENAI_API_KEY")
|
|
|
146 |
|
147 |
# Upload secret prompt functionality
|
148 |
# The instructor will provide a secret prompt/persona to the tutor
|