We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
解决了吗?
Sorry, something went wrong.
在app.py的def init_model()部分改成
def init_model(): try: print("开始加载模型配置") knowladge_based_chat_llm.init_model_config() print("模型配置加载成功") knowladge_based_chat_llm.llm._call("你好") return """初始模型已成功加载,可以开始对话""" except Exception as e: print(f"加载模型出错: {e}") # 打印详细的异常信息 return """2222模型未成功加载,请重新选择模型后点击"重新加载模型"按钮"""
终端会显示错误
No branches or pull requests
The text was updated successfully, but these errors were encountered: