Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ import os
|
|
3 |
import json
|
4 |
import requests
|
5 |
|
|
|
|
|
6 |
#Streaming endpoint
|
7 |
API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "/generate_stream"
|
8 |
|
|
|
3 |
import json
|
4 |
import requests
|
5 |
|
6 |
+
gr.themes.builder()
|
7 |
+
|
8 |
#Streaming endpoint
|
9 |
API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "/generate_stream"
|
10 |
|