devv-ai / devv

An AI-powered search engine for developers.
https://devv.ai
1.32k stars 22 forks source link

示例代码展示异常 #74

Closed LeeLoveShaAnAn closed 5 months ago

LeeLoveShaAnAn commented 5 months ago

1, 搜索关于kotlin相关的代码问题时, 回答中的示例代码展示异常. 例如输入:
val factory: SSLSocketFactory = SSLSocketFactoryCompat() constructor(url: String) : this( url, OkHttpClient.Builder() .retryOnConnectionFailure(true) .sslSocketFactory(factory) .pingInterval(30, TimeUnit.SECONDS) .build() ) 回答如图: image

Bohan-J commented 5 months ago

这个是我们遇到的一个模型返回重复的 bug,但是出现完全随机,我们目前还一直没找到办法复现和解决 🤦

Bohan-J commented 5 months ago

https://github.com/devv-ai/devv/issues/18 我们合并到这个 issue 追踪