Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -6,7 +6,7 @@ import socket
|
|
6 |
app = FastAPI()
|
7 |
|
8 |
# Real secret API key (used internally, never exposed)
|
9 |
-
REAL_API_KEY = "sk-
|
10 |
BASE_URL = "https://fast.typegpt.net"
|
11 |
|
12 |
# Public key that users must use in Authorization header
|
|
|
6 |
app = FastAPI()
|
7 |
|
8 |
# Real secret API key (used internally, never exposed)
|
9 |
+
REAL_API_KEY = "sk-94NDKhKQkhKoYnY65mg4NAIFK5BqNiCtxo8u3PsDpb0IucZt"
|
10 |
BASE_URL = "https://fast.typegpt.net"
|
11 |
|
12 |
# Public key that users must use in Authorization header
|