doit

Results 9 comments of doit

I have already done this configuration in the model interface.

> > > > I have already done this configuration in the model interface. > > [@doit-5618](https://github.com/doit-5618) > > ![Image](https://github.com/user-attachments/assets/832b10d8-3943-4247-a481-02f85cfcaaf2) check the api: /console/api/workspaces/current/models/model-types/llm Can I see how you configure...

佬 请问你是什么方式来部署开发环境的

@kylesean 你那边可以正常启动、登录吗?看了你的评论,我去改了一下host。之前是127.0.0.1 vs 0.0.0.0 ,现在都改为127.0.0.1了。但仍然报一样的错误。不过不影响API调用,API是可以访问的,只是貌似和前端不通。 当前配置 前端 server: { proxy: { '^/api': { target: env.VITE_API_URL || 'http://127.0.0.1:5050', changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, '/api') } }, 后端 if __name__ ==...

好的感谢回答!我想说的统计功能是主页的这幅图。我下载0.2.2版本,但并没有这个功能。

为了严谨,新开一个会话,进行sglang部署的模型对话。仍然无法输出工具信息...

> 目前自定义供应商走的都是 langchain 的 chatopenai 这个类,可能会有没适配兼容的地方,可以尝试调整为 chatdeepseek > > [Yuxi-Know/src/agents/common/models.py](https://github.com/xerrors/Yuxi-Know/blob/abf4414a0f7291e83381813e63d2911892beb6ca/src/agents/common/models.py#L30-L57) > > Lines 30 to 57 in [abf4414](/xerrors/Yuxi-Know/commit/abf4414a0f7291e83381813e63d2911892beb6ca) > > if provider in ["openai", "deepseek"]: > model_spec = f"{provider}:{model}" >...