mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
fix: update terminology from "language model" to "chat model" across various components
This commit is contained in:
parent
527ce2d97b
commit
91531286b2
5 changed files with 6 additions and 6 deletions
|
|
@ -773,7 +773,7 @@ def create_generate_report_tool(
|
|||
|
||||
if not llm:
|
||||
error_msg = (
|
||||
"No LLM configured. Please configure a language model in Settings."
|
||||
"No LLM configured. Please configure a chat model in Settings."
|
||||
)
|
||||
report_id = await _save_failed_report(error_msg)
|
||||
return _failed(
|
||||
|
|
|
|||
|
|
@ -585,7 +585,7 @@ def create_generate_resume_tool(
|
|||
|
||||
if not llm:
|
||||
error_msg = (
|
||||
"No LLM configured. Please configure a language model in Settings."
|
||||
"No LLM configured. Please configure a chat model in Settings."
|
||||
)
|
||||
report_id = await _save_failed_report(error_msg)
|
||||
return _failed(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue