Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,3 +8,5 @@ import openai
|
|
8 |
|
9 |
openai.api_key = os.getenv('OPENAI_API_KEY')
|
10 |
|
|
|
|
|
|
8 |
|
9 |
openai.api_key = os.getenv('OPENAI_API_KEY')
|
10 |
|
11 |
+
# Read this, https://blog.futuresmart.ai/building-a-gpt-4-chatbot-using-chatgpt-api-and-streamlit-chat
|
12 |
+
|