Results 12 comments of haibbo

@Yidadaa 如果用户没有服务器可以 通过 cloudflare worker https://github.com/haibbo/cf-openai-azure-proxy

大家可以试试这个, 它实现了打印机效果 https://github.com/haibbo/cf-openai-azure-proxy 原理就是, 从Azure OpenAI Service拿到的消息虽然是一段一段的, 但给客户端的时候我拆出一条条的消息, 依次给.

@fakechris Thanks for your PR, It‘s useful for developer. Here are some suggestions: 1, Add a function to handler /v1/moderations, e.g. handleModerations - this change will make route part clear...

Is there a problem with using other tools to call GPT-4? Such as a chatbox Can you provide some screenshots? @crypticatul @zyjia

Great Job! The PaLM API probably doesn't support stream mode, right? I didn't see it in the document, and when I asked questions on Brad, I didn't see any printer...

If you have any other questions or need further assistance, could you possibly lend me your key temporarily? I would only use it for proxy development. My Email: [email protected].

改的那个 base_url? openai_base_url 还是 chatgpt_base_url? url 后面是否有要加上/v1/

1, run it with sudo 2, replace ```c IMP_LOG_ERROR("can't create igmp socket\n"); ``` to ```c perror("can't create igmp socket") ``` you will get more error message

try this project: https://github.com/haibbo/cf-openai-azure-proxy and it has implement a printer mode