Open XbIK opened 1 month ago
The error message is from Alibaba.
Ragflow docker tries to get: https://dashscope.aliyuncs.com/, my alibaba API is on https://dashscope-intl.aliyuncs.com/, with intl in the url. I changed the basic url to 'https://dashscope.aliyuncs.com/' in python example code, and got the sames error, not valid api-key (with intl in url it works). How could I change the dashscope.base_http_api_url in Ragflow?
thank you, Kevin. Currently connected chat model through OpeinAI-API, with basic url https://dashscope-intl.aliyuncs.com/compatible-mode/v1. Last step to add embedding of qwen, as it is not works through this url
I will update the dashscope latter both in docker image and demo.
is this issue was fixed in this commit? how could I check it
Pull the dev version of docker image or pull the latest code and build the system.
still the same error with key that works in python, but not works in ragflow
hint : 102 Fail to access model(gte-rerank) using this api key.Fail Fail to access model(qwen-long) using this api key.ERROR: ERROR: Invalid API-key provided. Fail to access model(qwen-plus) using this api key.ERROR: ERROR: Invalid API-key provided. Fail to access model(qwen-turbo) using this api key.ERROR: ERROR: Invalid API-key provided. Fail to access embedding model(text-embedding-v2) using this api key.Account abnormal. Please ensure it's on good standing to use QWen's text-embedding-v2 Fail to access embedding model(text-embedding-v3) using this api key.Account abnormal. Please ensure it's on good standing to use QWen's text-embedding-v3
Describe your problem
Get the api-key in alibaba cloud, it works well with python examples, through url: https://dashscope-intl.aliyuncs.com/api/v1. But when trying to add in ragflow web, get an error message: hint : 102 Fail to access model(qwen-plus) using this api key.ERROR: Invalid API-key provided.