Results 16 comments of mobguang

@dosu, I just executed a simple query: "售价最高的是哪个商品", but the same error still existed. ![Image](https://github.com/user-attachments/assets/9260c1aa-7c87-461e-acfb-bd67a8e48540) **The console output as following:** 2025-06-17 11:32:10,054 INFO 29 172.18.0.6 - - [17/Jun/2025 11:32:10] "POST...

@dosu, I entered the random string in API-Key input field, but it not work. The console output as following: 2025-06-16 16:29:30,667 INFO 32 172.18.0.6 - - [16/Jun/2025 16:29:30] "GET /v1/user/info...

> I did a reinstall. That fixed this issue. @Promethean-Pty-Ltd , May I know what configuration you set: 1. What OS type you used, Mac or Windows? 2. Whether you...

@jiahansu 谢谢你的回复,请问具体要如何修改代码呢,能否详细指导一下,感谢。

@Aries-ckt Yes. I set this config file already as following: [system] language = "${env:DBGPT_LANG:-en}" api_keys = [] encrypt_key = "your_secret_key" [service.web] host = "0.0.0.0" port = 5670 [service.web.database] type =...

@fangyinc 谢谢回复。 环境信息: M2 ultra,通过ollama本地启动deepseek-r1-70b, qwq:32b, gemma3:27b,访问本地部署的mysql。 今天尝试了以下问题: ``` 以下是关于客户管理的数据表: test_customer test_fuel_consumption_adjust test_order test_order_evaluation test_order_line test_waybill test_waybill_data test_waybill_fuel_record test_waybill_match 请分析各状态下的客户数量,包括:购买中的客户数、购买完成的客户数和待购买的客户数。 请用中文回答,并且用图表展示结果。 ``` 有时又能关联到前面几轮的对话,有时又关联不上。但今天经常出现以下error(3个本地部署的模型,都遇到同样问题),还麻烦看看是什么问题,感谢。 ``` 2025-04-11 19:10:34 Mac.local dbgpt_app.scene.chat_db.auto_execute.out_parser[80226] ERROR parse_view_response...