ltyro

Results 7 comments of ltyro

windows下,ollama pull怎么加代理

知乎上 https://zhuanlan.zhihu.com/p/43977821

I tried to rewrite the client auto configuration the day before tomorrow, but I haven't finished writing it yet. The idea is to connect by heartbeat monitoring. If client.ping() goes...

+1,怎么还不支持思维链,烦死了

@KonngExplorer thanks for your solution. 我当时就直接用了deepseek-spring-boot-starter,将这个包返回的数据再重新组装成和ChatResponse一样的结构,就是重写了一下ChatResponse,Generation和AssistantMessage,比如叫给ReasonChatResponse,ReasonGeneration和,ReasonAssistantMessage,ReasonAssistantMessage就加个字段reasoningContent,convert like this: ``` generateDeepSeekStream(param) .map(ccc -> { List generations = ccc.choices().stream() .filter(c -> c.delta() != null) .map(choice -> { ReasonAssistantMessage msg = new ReasonAssistantMessage(choice.delta().content());...

> 我已经解决了,需要帮助吗 咋解决的兄弟

> > 我已经解决了,需要帮助吗 > > 哥们分享下,帮帮孩子! 突然看到4.7.7.B是一个商户id和一个appid对应起来一个config,我用的是4.6.2