Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -5,8 +5,8 @@ import httpx
|
|
5 |
app = FastAPI()
|
6 |
|
7 |
# Your internal real API key for TypeGPT (not exposed to users)
|
8 |
-
REAL_API_KEY = "sk-
|
9 |
-
BASE_URL = "https://
|
10 |
|
11 |
# Public token users must send in their Authorization header
|
12 |
PUBLIC_AUTH_TOKEN = "TypeGPT-Free4ALL"
|
|
|
5 |
app = FastAPI()
|
6 |
|
7 |
# Your internal real API key for TypeGPT (not exposed to users)
|
8 |
+
REAL_API_KEY = "sk-ZMNry2FmYh2JTLibwpBcaF6mw8fR2cDXPxQkNO6qfJkTTIi5"
|
9 |
+
BASE_URL = "https://api.typegpt.net"
|
10 |
|
11 |
# Public token users must send in their Authorization header
|
12 |
PUBLIC_AUTH_TOKEN = "TypeGPT-Free4ALL"
|