你好,请教关于配置的问题 #92
-
感谢大佬的分享。 请问是在哪里修改openai 模型 。
|
Beta Was this translation helpful? Give feedback.
Replies: 15 comments
-
模型这个参数我没添加 因为我觉得gpt3.5综合最优 |
Beta Was this translation helpful? Give feedback.
-
感谢大佬的快速回复。 发现有个问题, 就是设置最大token 回答数的配置, 我改为2000个 ,还是 很短的回答 只有512个。 不知道是哪里配置粗错了。 |
Beta Was this translation helpful? Give feedback.
-
这个最大2000个不是一定2000个 你要长回答可以在prompt里面说 需要长答案 至少多少token 另外,这个token 参数我也不是很明白 需要改进 |
Beta Was this translation helpful? Give feedback.
-
还有个可能我把超时限制的太短了, 导致出了bug. |
Beta Was this translation helpful? Give feedback.
-
我找到了设置 token 数无效的原因,我找到必现的场景。 我题词 “写一个 vue hello world” 会发现被截断, 一开始我以为是token 字数不对, 后来多试几次 ,都是在同一个地方截断。 我觉得应该是 字符串 转义 处理的问题,导致 会话提前结束 或者不打印出来。 另外, 大佬你的后端是go 怎么编译的,放到docker 中的哪个文件, 我看看怎么改一下。 错误请见 |
Beta Was this translation helpful? Give feedback.
-
还有个可能我把超时限制的太短了, 导致出了bug. 这个已经修了, 我昨天也发现不对劲了. 你更新一下最新image 就好了 |
Beta Was this translation helpful? Give feedback.
-
https://github.com/swuecho/chat/blob/master/.github/workflows/docker-image.yml 这个是整个项目的构建流程 |
Beta Was this translation helpful? Give feedback.
-
的确 更新了,就没有异常截断的问题。 |
Beta Was this translation helpful? Give feedback.
-
大佬,你好, 我觉得还是会存在字符串 处理和 显示的问题。 提问 hello world vue
这个地方停止显示,必现。 然后需要重新刷新一下页面, 内容才会显示全。
请大佬帮忙看一下。 |
Beta Was this translation helpful? Give feedback.
-
我大致知道哪里的问题了, 暂时刷新来解决. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
代码中的 data: 与 responseText 的data: 解析的时候混淆了.
|
Beta Was this translation helpful? Give feedback.
-
对对, 我也想到是 \ndata 这里出错了。 |
Beta Was this translation helpful? Give feedback.
代码中的 data: 与 responseText 的data: 解析的时候混淆了.