DEBUGGED
Browse files
app.py
CHANGED
|
@@ -19,7 +19,6 @@ Think through your response step by step.
|
|
| 19 |
"""
|
| 20 |
|
| 21 |
OPENAI_API_KEY=os.environ.get("OPENAI_API_KEY")
|
| 22 |
-
print(f"OPENAI_API_KEY: {OPENAI_API_KEY}...")
|
| 23 |
|
| 24 |
@cl.on_chat_start # marks a function that will be executed at the start of a user session
|
| 25 |
async def start_chat():
|
|
|
|
| 19 |
"""
|
| 20 |
|
| 21 |
OPENAI_API_KEY=os.environ.get("OPENAI_API_KEY")
|
|
|
|
| 22 |
|
| 23 |
@cl.on_chat_start # marks a function that will be executed at the start of a user session
|
| 24 |
async def start_chat():
|