DeathGanker

Results 5 comments of DeathGanker

web应用有发布计划吗?目前仅仅是后台输出所有的文章和引用内容,前端页面不知该怎么去适配

你是说secrets.toml里么,只有azure的api_base,open_ai的没有设置项

rapidocr-onnxruntime==1.3.15 paddleocr~=2.7.0.3 使用的版本

我本来准备在910B上进行验证,但是发现好多apt-get install的包在ARM架构上没有,有谁知道如何解决嘛?

@app.list_tools() async def list_tools() -> list[Tool]: """List available MySQL tools.""" logger.info("Listing tools...") return [ Tool( name="show_tables", description="在用户没有明确具体的表名的情况下,应该优先执行这个方法,以便了解当前数据库中有哪些表", inputSchema={ "type": "object", "properties": {}, "required": [] } ), Tool( name="execute_sql", description="执行只读SQL查询(仅支持SELECT语句)", inputSchema={...