lee

Results 25 issues of lee

![image](https://user-images.githubusercontent.com/12423206/175014050-4d45d367-5eee-4267-bc3c-9d0386f6224f.png) # 已经选择了4张显卡 ![image](https://user-images.githubusercontent.com/12423206/175014116-7b3badba-b655-48c6-a0b3-483ed1a85538.png) # 但是实际只用了1张显卡 ![image](https://user-images.githubusercontent.com/12423206/175014151-bf66d595-0970-4128-8ef1-fd8c3039b72c.png)

不同的项目报不同的错误 ![image](https://user-images.githubusercontent.com/12423206/162884122-3e077a4a-b5df-4ae2-a7aa-4f7056045330.png) ![image](https://user-images.githubusercontent.com/12423206/162884187-039da675-a506-473f-b4c8-4e8f10b244c0.png)

bug
question

![image](https://user-images.githubusercontent.com/12423206/91661994-320ef080-eb12-11ea-920a-6ce8cfbe6d42.png) 现在默认显示5000行,打开日志浏览器能卡死了,建议默认改成最小值1000

enhancement
logging

![image](https://user-images.githubusercontent.com/12423206/91661871-37b80680-eb11-11ea-8d8e-83212bc858c6.png) 如上图所示,可以优化的点有两个,这样体验感觉更好 1. 错误日志数完全可以是一列,把数字明明白白的显示出来,没必要做个图标隐藏起来,这样一眼就可以看到哪个爬虫错了多少,要不然还得一个个伸过去鼠标看,可以瞬间定位。 2. 3个时间的显示,完全可以换算成:时:分:秒的显示方式,多直观,现在看着,还得计算器算一下。

enhancement
logging

### Is there an existing issue for this? - [X] I have searched the existing issues ### What kind of documentation would you like added or changed? Where can i...

kind/documentation

python代码如下: ```python for file in os.listdir(path): brief = {'name': file} image_path = f'{path}/{file}' with open(image_path, 'rb') as f: img = f.read() r = client.similarAdd(img, brief) print(image_path, r) ``` 报错信息如下: ```python...

Can I embed a link to Image.

### 请提出你的问题 自定义词典中有英文词汇,比如品牌名称,中间是有空格的,如何在自定义词典中进行设置?

question

Does it can preiview images within the img tags?

### 💻 系统环境 | Operating System Windows ### 🌐 浏览器 | Browser Chrome ### 🐛 问题描述 | Bug Description 今天更新到LobeChat v0.118.3,发现连接到Azure OpenAI服务超时,显示 { "endpoint": "https://xxxx.openai.azure.com/openai/deployments/gpt-35-turbo", "error": { "cause": { "name":...

🐛 Bug