-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I have s…
-
There have been many discussions in the community regarding support for multiple models.
- ChatGPTNextWeb#3484
- ChatGPTNextWeb#3923
- ChatGPTNextWeb#960
- ChatGPTNextWeb#3431
- ChatGPTNextWeb#…
-
### 向量数据库(Vector Database)
#### 简介
**向量数据库**是一种专门用于存储、查询和管理高维向量数据的数据库系统。向量数据库可以高效处理**向量搜索**、**相似性检索**和**机器学习模型输出的特征向量**。它的核心目标是解决如何在海量的向量数据中,快速找到与给定向量最相似的数据。
#### 向量是什么?
向量(Vector)在计算中通常指的是一…
-
### Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
### Is your feature request related to a problem?
```Markdown
no
```
### Describe…
-
是否需要OpenAI SDK的 ChatCompletion 包装?类似本地LLM那样通过替换`api_base/api_key`完成智普API的访问?
之前通过自己包装zhipuai的SDK还比较方便,但想利用一些其他库时会比较困难。目前设想的是实现类似下面的bridge,对相关请求进行统一包装翻译:
```
# import openai
import zhipuai.openai…
-
### Describe the feature
如何再needlebench 中使用api model,api example中的用法用不了
### Will you implement it?
- [ ] I would like to implement this feature and create a PR!
-
var t time.Duration = 60 // 请求等待时间 可不填 默认60秒
postResponse, err := zhipu.BeCommonModel(expireAtTime, mssage, apiKey, token, t)
代码更新了,但是这个readme.md 里面的样例忘记更新了,应该是:
postResponse, err :=…
-
-
I tried to convert openai to zhipuai, but the result turned out like this, why?
![微信截图_20240123174148](https://github.com/abi/screenshot-to-code/assets/107624041/b2f6b00b-ca14-4155-9719-f017c218d6d…
-
![image](https://github.com/user-attachments/assets/61f945ea-f204-41fb-b9c7-ac3bb6c8ba75)
之前用`pip install --upgrade transformers`能解决。
但是这次新开一台机器后,仍然抛错。
连续2台autodl上的机器都出现同样的错误,可能代码里有问题哦。