AIMaster7 commited on
Commit
2941f99
·
verified ·
1 Parent(s): 949dc99

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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-qO9N6kQEEULMWtF4YGVlTTSjIPllEm1h1wfEBzSmnSbxiXwe"
9
- BASE_URL = "https://fast.typegpt.net"
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"