ParthSadaria commited on
Commit
4c42281
·
verified ·
1 Parent(s): 663de7a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -144,7 +144,7 @@ async def get_models():
144
  async def fetch_models():
145
  return await get_models()
146
  scraper = cloudscraper.create_scraper() # Create a CloudScraper session
147
- server_status = False
148
  @app.post("/chat/completions")
149
  @app.post("api/v1/chat/completions")
150
  async def get_completion(payload: Payload, request: Request):
 
144
  async def fetch_models():
145
  return await get_models()
146
  scraper = cloudscraper.create_scraper() # Create a CloudScraper session
147
+ server_status = True
148
  @app.post("/chat/completions")
149
  @app.post("api/v1/chat/completions")
150
  async def get_completion(payload: Payload, request: Request):