SeaYuns

Results 3 issues of SeaYuns

expect have different tag for example success and how can i make it now ? type Responce struct { Code: string, `success-example: "200", fail-example: "400"` Data: interface }

**Problem Description** ollama-llava was supported image deal , but can not put image to chatbox **Proposed Solution** add some spec model config which support image or opend some limited

A线程: bcmclient := bcm.NewClient(ak, sk, endpoint) bcmclient.Config.ProxyUrl =AProxyURL B线程: bcmclient := bcm.NewClient(ak, sk, endpoint) bcmclient.Config.ProxyUrl = "" 错误现象: B线程的 bcmclient 被设置上 AProxyURL 导致代理错误 错误日志 proxyconnect tcp: dial tcp ${AProxy}: connect:...