Spaces:
Running
Running
yuntian-deng
commited on
Commit
•
3a30fdd
1
Parent(s):
f0321ce
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import json
|
|
5 |
import requests
|
6 |
|
7 |
#Streaming endpoint
|
8 |
-
API_URL =
|
9 |
|
10 |
#Testing with my Open AI Key
|
11 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
|
|
5 |
import requests
|
6 |
|
7 |
#Streaming endpoint
|
8 |
+
API_URL = os.getenv("API_URL")
|
9 |
|
10 |
#Testing with my Open AI Key
|
11 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|