Betterme
Betterme
bug run
Accepting connections on http://0.0.0.0:7766 Exception in callback UVTransport._call_connection_made handle: Traceback (most recent call last): File "uvloop/cbhandles.pyx", line 71, in uvloop.loop.Handle._run File "uvloop/handles/tcp.pyx", line 152, in uvloop.loop.TCPTransport._call_connection_made File "uvloop/handles/basetransport.pyx", line 131,...
how to Unify Python logging(loguru) for a Gunicorn/Uvicorn/FastAPI application?
bug
ResponseError: CROSSSLOT Keys in request don't hash to the same slot
### 🥰 Feature Description [Request] 支持路径参数配置吗, 类似这样 ``` https://api.chatllm.vip/#/?settings={"key":"你的key", "model": "gpt-4"} ``` ### 🧐 Proposed Solution [Request] 支持路径参数配置吗, 类似这样 ``` https://api.chatllm.vip/#/?settings={"key":"你的key", "model": "gpt-4"} ``` ### 📝 Additional Information [Request] 支持路径参数配置吗,...
How to specify the installation directory
### Description ``` import asyncio from aiohttp import request from aiomultiprocess import Pool # todo async def get(url): async with request("GET", url) as response: return await response.text("utf-8") async def mainmain():...
### What are you trying to do? When will the openai embedding format be compatible? ### How should we solve this? When will the openai embedding format be compatible? ###...
有没有docker cpu部署加速的例子