-
**Bug Description**
关于新的1.3.12的提供的设置功能:自定义提供方,
分别测试了zhipu的GLM的open.bigmodel.cn, 通义前问的dashscope.aliyuncs.com;
用的是OpenAI API 兼容模式;
感觉都没有配置成功啊, 无论如何调整 API 域名和API路径的写法;
总是显示要么404要么,API 路径错误;
这个没有日志输…
lchyn updated
4 months ago
-
文件地址 https://github.com/QwenLM/Qwen-Agent/blob/main/examples/qwen2vl_function_calling.py
Qwen-Agent 是git clone 本地安装的 时间20240909
使用 https://hub.docker.com/r/qwenllm/qwenvl vllm运行的 7b-int4 model
# …
-
您好,
我正在尝试在 qwen-agent 中使用 Azure OpenAI,但不确定如何正确配置。当前 README 中的配置使用的是 DashScope 或者兼容 OpenAI API 的自定义模型服务。以下是 README 中的相关部分:
from qwen_agent.llm import get_chat_model
llm_cfg = {
# 使…
-
Hi there,
I am attempting to utilize the qwen2-72b-instruct (API) for a continuation text task; however, the output lacks punctuation despite my inclusion of the directive "you should add necessary p…
-
### 前置确认
- [X] 我确认我运行的是最新版本的代码,并且安装了所需的依赖,在[FAQS](https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs)中也未找到类似问题。
### ⚠️ 搜索issues中是否已存在类似问题
- [X] 我已经搜索过issues和disscussions,没有跟我遇到的问题相关的issue
###…
-
# 1.我使用阿里通义千问申请了api-key
api-key 为`sk-b85xxxxxxx`
需要删掉`sk-`前缀吗?
# 2.根据官方文档
```
兼容OpenAI需要信息
base_url表示模型服务的网络访问点或地址。通过该地址,您可以访问服务提供的功能或数据。在Web服务或API的使用中,base_url通常对应于服务的具体操作或资源的URL。当您使用OpenAI兼…
-
I compiled GhidrAI for Ghdira 11.0.2 (note that I had to remove line 106 in src/main/java/ghidrai/ui/GhidraiDialog.java because of illegal characters).
I installed the plugin and enabled it, howeve…
-
### Please search before asking
- [X] I searched in the [issues](https://github.com/yetone/openai-translator/issues) and found nothing similar.
### Please read README
- [X] I have read the …
-
**例行检查**
[//]: # (方框内删除已有的空格,填 x 号)
+ [ ] 我已确认目前没有类似 issue
+ [ ] 我已确认我已升级到最新版本
+ [ ] 我已完整查看过项目 README,已确定现有版本无法满足需求
+ [ ] 我理解并愿意跟进此 issue,协助测试和提供反馈
+ [ ] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue…
pcstx updated
2 months ago
-
目前我本地安装的版本 Agently==3.0.4
agent = (
Agently.create_agent()
.set_settings("current_model", "OAIClient")
.set_settings("model.OAIClient.auth.api_key", "sk-3f10906a8c054a5a9cf0a7a4abe27e8…