STEP #1

(1/2)

此处切换ai服务商,可对比多家ai的回复,取最优解。

上一步下一步关闭
酷代码 AI
菜单
全部AI  /  热门  /  AI写代码神器
服务商

2024-06-03 11:09:51 inf load config from file: shake.toml panic: while parsing config: toml: basic strings cannot have new lines

这个错误提示是因为在解析toml文件时,遇到了一个基本字符串(basic string)包含了换行符。为了解决这个问题,你需要检查shake.toml文件中的字符串值,确保它们不包含换行符。 [2024-06-03 11:10:55 | AI写代码神器 | 46点数解答]

相关提问