Merge pull request #185 from unslothai/fix/remove-warmup-text-inference-status
Fix: remove warmup text inference status
This commit is contained in:
commit
63c564d7ec
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ export function createOpenAIStreamAdapter(): ChatModelAdapter {
|
|||
if (abortSignal.aborted) return;
|
||||
warmupToastShown = true;
|
||||
toast.promise(firstTokenPromise, {
|
||||
loading: "Warming up model",
|
||||
loading: "Generating",
|
||||
success: "Generating",
|
||||
error: (err) =>
|
||||
err instanceof Error && err.message ? err.message : "Generation failed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue