fix: update terminology from "language model" to "chat model" across various components

This commit is contained in:
Anish Sarkar 2026-07-14 01:09:00 +05:30
parent 527ce2d97b
commit 91531286b2
5 changed files with 6 additions and 6 deletions

View file

@ -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" />