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
|
|
@ -470,8 +470,8 @@ const ChatUnavailableNotice: FC<{ workspaceId: number; canConfigure: boolean }>
|
|||
<AlertCircle className="size-4 shrink-0" />
|
||||
<span className="truncate">
|
||||
{canConfigure
|
||||
? "Connect a language model to start chatting."
|
||||
: "No model available. Ask a workspace admin to connect a language model."}
|
||||
? "Connect a chat model to start chatting."
|
||||
: "No model available. Ask a workspace admin to connect a chat model."}
|
||||
</span>
|
||||
</div>
|
||||
<div className="min-w-0 flex-1" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue