OjciecTadeusz commited on
Commit
fb0b12d
·
verified ·
1 Parent(s): af73695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ async def query_model(payload):
63
  async def status():
64
  try:
65
 
66
- response_text = os.getenv('HF_API_TOKEN') + "it's working"
67
  return JSONResponse(content=format_chat_response(response_text))
68
  except Exception as e:
69
  logger.error(f"Status check failed: {e}")
 
63
  async def status():
64
  try:
65
 
66
+ response_text = "it's working"
67
  return JSONResponse(content=format_chat_response(response_text))
68
  except Exception as e:
69
  logger.error(f"Status check failed: {e}")