-
Notifications
You must be signed in to change notification settings - Fork 177
增加RAG功能和模型温度参数 #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
增加RAG功能和模型温度参数 #131
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690985 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690987 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690990 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690993 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
…9ec51da688 [Snyk] Security upgrade python from 3.10-slim to 3.14.0rc1-slim
不是很明白为什么要设置默认 |
因为当时在用本地模型测试RAG检索知识库,发现参数比较小的模型输出不太稳定,所以加了这个参数,如果直接调用参数比较大的模型api的是可以不用的,如果有些不支持的话我后面把他们删了 |
我觉得是可以加的,因为大部分LLM模型还是有 |
嗯嗯,这样做确实更合理一些,我后续再修改下 |
No description provided.