Open dami2010 opened 9 months ago
Hey @dami2010, which LLM are you using?
The LLM I'm using is xinghuo from Chinese Vendor Xunfei. I configured xinghuo-api as FastChat model. Following is the configuration:
- GEN_AI_MODEL_PROVIDER=${GEN_AI_MODEL_PROVIDER:-}
- GEN_AI_MODEL_VERSION=${GEN_AI_MODEL_VERSION:-xinghuo-api}
- FAST_GEN_AI_MODEL_VERSION=${FAST_GEN_AI_MODEL_VERSION:-xinghuo-api}
- GEN_AI_API_KEY=${GEN_AI_API_KEY:-}
- GEN_AI_API_ENDPOINT=${GEN_AI_API_ENDPOINT:-http://172.17.51.33:20000/v1}
- GEN_AI_API_VERSION=${GEN_AI_API_VERSION:-}
- GEN_AI_LLM_PROVIDER_TYPE=${GEN_AI_LLM_PROVIDER_TYPE:-openai}
- QA_TIMEOUT=${QA_TIMEOUT:-120}
@Weves It's interesting that the error should occur in Search model, but no error in Chat model.
When I add a file connector, and try to search content from the file, an error reported in AI Answer: "Expecting property name enclosed in double quotes: line 1 column 2 (char 1)"
When I check the log of danswer-stack-api_server-1, I found following information: