JiwenJ commited on
Commit
821c207
1 Parent(s): 00c98bd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ openai_gpt4_key = "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"
6
  # Streaming endpoint
7
  # os.getenv("API_URL") + "/generate_stream"
8
  API_URL = "https://api.openai.com/v1/chat/completions"
9
-
10
  # Inferenec function
11
 
12
 
 
6
  # Streaming endpoint
7
  # os.getenv("API_URL") + "/generate_stream"
8
  API_URL = "https://api.openai.com/v1/chat/completions"
9
+ a = "sss"
10
  # Inferenec function
11
 
12