David

Results 13 issues of David

![image](https://user-images.githubusercontent.com/97785943/154599558-3bbfbc23-c1a6-4c29-a5cd-aa571f9b78e8.png) 你把‘用爱发电’打成‘永爱发电’了

### Debug Tips - [X] I'm sure I've read this project's Issues of README. ### What happened? hey guys I'm trying to make a GUI program right now, I just...

solved

当 API 接收到的 text 输入参数包含两个或两个以上的连续换行符 '\n' 时,使用 split('\n') 方法拆分字符串会在结果列表中产生空字符串元素 ('')。然后程序在调用torch.cat()时就会报出 RuntimeError。 错误示例: python texts = "这是第一行\n\n这是第三行" texts_split = texts.split('\n') # texts_split 结果是 ['这是第一行', '', '这是第三行'] # 其中的 '' 会导致后续的 torch.cat()...

如下 > "E:\GPT-SoVITS\.venv\Scripts\python.exe" GPT_SoVITS/prepare_datasets/1-get-text.py > "E:\GPT-SoVITS\.venv\Scripts\python.exe" GPT_SoVITS/prepare_datasets/1-get-text.py > you have to install eunjeon. "pip install eunjeon" > Traceback (most recent call last): > File "E:\GPT-SoVITS\.venv\lib\site-packages\eunjeon\_mecab.py", line 101, in __init__ >...

在如req.txt安装modelscope==1.10.0出现以下错误(日志中音频路径已后期改为默认路径方便看懂) "E:\*****\GPT-SoVITS\.venv\Scripts\python.exe" tools/asr/funasr_asr.py -i "D:\GPT-SoVITS\raw\xxx" -o "output\asr_opt" -s large -l zh -p float32 2024-08-05 06:59:39,017 - modelscope - INFO - PyTorch version 2.2.2+cu118 Found. 2024-08-05 06:59:39,020 - modelscope - INFO...

使用windows部署,没有开代理或者梯子。用的中转api。 大概有30秒延迟,感觉不是openai那边的延迟。因为问完一个问题之后要等好久console才出现这个问题,然后说完询问chatgpt之后半秒钟左右就开始回答了。 型号是LX06 >xiaogpt --api_base "https://aium.cc/v1/" --openai_key "sk-**" python版本3.10

### What happened? an error :field messages is required" occured when using code completion on a custom openai ![20240711173521558](https://github.com/carlrobertoh/CodeGPT/assets/97785943/dfaa96e4-20e0-467e-93a0-918f3a9b9fc1) ### Relevant log output or stack trace ```shell CodeGPT field messages...

bug

大多数关键词正常 ![20240813071550262](https://github.com/user-attachments/assets/16daf5a1-520c-4d0e-a93f-a28ac1d0e110) ![tmp9227](https://github.com/user-attachments/assets/1f62eed7-67f6-4246-bef7-af4228fe3fdb) 但是少数出现明显显示问题影响使用 ![20240813071620527](https://github.com/user-attachments/assets/0b79ebd4-73fe-499f-aba9-f1928ad5ef0a) ![20240813071631486](https://github.com/user-attachments/assets/a43e6ce7-ae26-40e3-901f-52bb8ba9fd25) 浏览器是edge,tampermonkey 5.11 插件2024.03-05 V26.10

### Description I think that it would be cool if a community website is hosted from where people can download pre-configured menus/submenus and one-click install it. It would even be...

feature request

I came across this ```py import dxcam camera = dxcam.create() frame = camera.get_latest_frame() #blockes the program forever. ``` It took me a while to figure out what had just happened....