cmd console:
INFO:httpx:HTTP Request: POST http://localhost:1234/v1/chat/completions "HTTP/1.1 502 Bad Gateway"
ERROR:root:Error: Error code: 502
INFO:aiogram.event:Update id=572526585 is handled. Duration 1754 ms by bot id=-------------
bot can't find path to localhost:
Received request: GET to /
Unexpected endpoint or method. (GET /). Returning 200 anyway
ai is online but always using the
return response.choices[0].message.content
except Exception as e:
logging.error(f"Error: {e}")
return "text"
what should I do?
cmd console:
bot can't find path to localhost:
ai is online but always using the
what should I do?