secretKey和api相关问题
zfb132 opened this issue · 24 comments
the url is malformed,我这个会显示这个问题,不知道什么原因,大佬能看一下嘛
the url is malformed,我这个会显示这个问题,不知道什么原因,大佬能看一下嘛
贴出你的/report
the url is malformed,我这个会显示这个问题,不知道什么原因,大佬能看一下嘛
贴出你的/report
借楼问一下,请问老哥现在模型是 0613 版本吗。或者可以更新一下么 hh
模型是自己设置的,支持openai的16k
比如
/model gpt-3.5-turbo-16k
老哥,这个是我的 report
api org-LKfx8ZAespcj3oqbrZiDnSBP
secretKey sk-…isVJ
model gpt-3.5
temperature 1.0
现在是报url is malformed,感谢大佬回复
然后就是我坐标英国,不知道是否有影响
老哥,这个是我的 report
api org-LKfx8ZAespcj3oqbrZiDnSBP secretKey sk-…isVJ secretKey sk-...isVJ model gpt-3.5 型号GPT-3.5 temperature 1.0 温度1.0
现在是报url is malformed,感谢大佬回复
我也遇到了这个问题,不过刚刚已经解决了,您可以参考一下我的设置
像我用的是openai官方的,api应该是https://api.openai.com才对
调用输入框后,输入 /api https://api.openai.com 回车,这个问题就成功解决了
你好,请问我在使用的时候总是出现The URI is malformed. 请问如何处理呢,api和secret key设置相同和不同都一样,model是gpt-3.5-turbo-16k
谢谢
你好,请问我在使用的时候总是出现The URI is malformed. 请问如何处理呢,api和secret key设置相同和不同都一样,model是gpt-3.5-turbo-16k 谢谢
api 设置为 https://api.openai.com 后我解决了此问题!
有计划支持Azure Open AI吗?
Azure OpenAI和OpenAI的API接口有一点点区别。
有计划支持Azure Open AI吗? Azure OpenAI和OpenAI的API接口有一点点区别。
gpt一直显示uri is malformed,换了API接口为https://api.openai.com,这到底是什么原因啊?求大神解答
你好,请问我在使用的时候总是出现The URI is wrongformed.请问如何处理呢,api和secret key设置相同和不同都一样,model是gpt-3.5-turbo-16k 谢谢
api 设置为 https://api.openai.com 后我解决了此问题!
我换了api接口也没有解决,这是为什么啊?
你好,请问我在使用的时候总是出现The URI is wrongformed.请问如何处理呢,api和secret key设置相同和不同都一样,model是gpt-3.5-turbo-16k 谢谢
api 设置为 https://api.openai.com 后我解决了此问题!
我换了api接口也没有解决,这是为什么啊?
去你申请api的那个地方找url
- 划线部分的回答完全不对。
- 显示sk-key未配置,实际上已配置,并且有相应回答。
- akspdf无法使用,获取不到任何上下文信息,我的report 如下
api https://api.chatanywhere.org
secretKey sk-…5RoQ
model gpt-3.5-turbo
temperature 1.0
{
“error”: {
“message”: “Incorrect API key provided: sk-E1bNa***************************************JVFy. You can find your API key at https://platform.openai.com/account/api-keys.”,
“type”: “invalid_request_error”,
“param”: null,
“code”: “invalid_api_key”
}
}
如果是网络问题,建议优化网络,比如打开/切换代理等。
api https://api.openai.com
secretKey sk-…JVFy
model gpt-3.5-turbo
temperature 1
{“error”: { “message”: “提供的 API 密钥不正确:sk-E1bNa***************************************JVFy。您可以在 https://platform.openai.com/account/api-keys.“, ”type“: ”invalid_request_error“, ”param“: null, ”code“: ”invalid_api_key“ } } 如果是网络问题,建议优化网络,比如打开/切换代理等。 api https://api.openai.com secretKey sk-...JVFy 型 gpt-3.5-turbo 温度 1
突然就连不上了
HTTP POST https://api.moonshot.cn/v1/chat/completions failed with status code 400:
{“error”:{“message”:“Invalid request: the message at position 2 with role ‘user’ must not be empty”,“type”:“invalid_request_error”}}