Zhang Jingchao

Results 12 issues of Zhang Jingchao

### 想要的功能 | What feature do you want? _No response_

```python 2023-05-23 12:34:38,359 INFO Initializing Server... 2023-05-23 12:34:38,360 INFO Initializing ASR Service... 2023-05-23 12:34:41,597 INFO Initializing ChatGPT Service... 2023-05-23 12:34:41,598 INFO chatGPT prompt: paimon35.txt 2023-05-23 12:34:41,803 INFO machine identifier: 14:5A:FC:23:CD:47...

Describe the bug I am encountering an issue when trying to build my Android project. The error states that it cannot resolve the dependency com.google.android:flexbox:1.0.0. Error message: ``` * What...

### 消息平台适配器 NapCat框架 ### 运行环境 ubantu 22, docker, ### 异常情况 在OpenAI sdk可以调用的API服务在LangBot报错:`controller.py (98) - [ERROR] : 'NoneType' object is not subscriptable` ```python from openai import OpenAI # 创建客户端实例并配置参数 client =...

bug?

### 📦 Deployment Method Vercel ### 📌 Version lastest ### 💻 Operating System Windows ### 📌 System Version 10 ### 🌐 Browser Chrome ### 📌 Browser Version lastest ### 🐛...

bug

### ⚠️ 搜索是否存在类似问题 - [X] 我已经搜索过issues,没有找到相似的问题 ### 🔧 运行方式 直接运行的exe文件 ### 🐍 如果是使用源代码运行,请选择你的Python环境版本 None ### 💻 请选择你的系统环境 Windows 10 ### 🤔 问题详情 目前来看300s是不可以的

question

I'm a beginner and don't understand this. This is the demo from the documentation, and I have already installed the server using Docker. ```vue import { defineComponent } from 'vue';...

- mysql: ```sql CREATE TABLE `sys_permission` ( `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键ID', `parent_id` bigint(20) DEFAULT NULL COMMENT '父级权限ID', `permission_name` varchar(64) NOT NULL COMMENT '权限名称', `permission_code` varchar(64) NOT NULL...

### 程序版本 docker最新 ### 所使用的 config 文件的内容 ```yaml rpc: enable: true bind: :8080 debug: false interval: 20 out_put_path: /srv/bililive ffmpeg_path: "" log: out_put_folder: ./ save_last_log: true save_every_log: false feature: use_native_flv_parser:...

question