yuntian-deng commited on
Commit
3a30fdd
1 Parent(s): f0321ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import json
5
  import requests
6
 
7
  #Streaming endpoint
8
- API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "/generate_stream"
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")