Tyler
Tyler
**Description** AS title **Steps to Reproduce** 1. "python3 -m revChatGPT.Unofficial" 2. then script stuck in the login loop **Expected behavior** I believe when it detected the cloudflare token detected **Output**...
### Background The original embedding function will cause whole process crash when OpenAI or Azure API returns Error. It is necessary to try a few times. ### Changes 1. move...
**Describe the Bug** A clear and concise description of what the bug is. For UI issues please also add a screenshot that shows the issue. **Versions Used** KubeSphere: Kubernetes: (If...
Here is example handler. My code shows error like "handle_text_stream is not awaited." ``` async def handle_text_stream(reader, participant_identity): info = reader.info print( f'Text stream received from {participant_identity}\n' f' Topic: {info.topic}\n'...
**Describe the Bug** A clear and concise description of what the bug is. After upgrading kubesphere version, the ks-apiserver keep restart. From log, it shows the health check fail with...
**Describe the Bug** I believe the console query metrics for Gateway UI is deprecated. The previous names like ingress_request_count, ingress_request_5xx_count. For UI issues please also add a screenshot that shows...
**例行检查** [//]: # (方框内删除已有的空格,填 x 号) + [x] 我已确认目前没有类似 issue + [x] 我已确认我已升级到最新版本 + [x] 我已完整查看过项目 README,已确定现有版本无法满足需求 + [x] 我理解并愿意跟进此 issue,协助测试和提供反馈 + [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** **功能描述** GenAI SDK兼容了Vertex AI,具体文档如下....