Merge pull request #202 from unslothai/fix/rename-downloading-model-to-loading-model
renaming downloading model to loading model
This commit is contained in:
commit
000da20237
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ export function useChatModelRuntime() {
|
|||
});
|
||||
|
||||
await toast.promise(loadPromise, {
|
||||
loading: "Downloading model…",
|
||||
loading: "Loading model…",
|
||||
success: `${displayName} loaded`,
|
||||
error: (err) =>
|
||||
err instanceof Error ? err.message : "Failed to load model",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue