焰尾迭
焰尾迭
` /// /// 包含编码器和解码器的构建者 /// /// 特定构建者 public interface ICoderBuilder { /// /// 添加编解码器 /// /// 编解码器 /// TBuilder TBuilder AddChannelHandler(IChannelHandler[] channelHandlers); }`
 ` tcpSocketClient = await SocketBuilderFactory.GetTcpSocketClientBuilder(connectInfo.IP, connectInfo.Port) .AddChannelHandler(GetChannelHandlers())`
 
 Thanks, I understand llama.cpp is used to load the quantized gguf model. One more question, which parameter in the sample code is used to enable the use of the...