mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
typeo
This commit is contained in:
parent
d9b77b67b2
commit
1be9300dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ export const ErrorDisplay = ({
|
|||
|
||||
const details = errorDetails(fullError)
|
||||
|
||||
const message = message_ === 'TypeError: fetch failed' ? `TypeError for : fetch failed. This likely means you specified the wrong endpoint in Void Settings, or your local model provider like Ollama is powered off.` : message_ + ''
|
||||
const message = message_ === 'TypeError: fetch failed' ? `TypeError: fetch failed. This likely means you specified the wrong endpoint in Void Settings, or a provider like Ollama is powered off.` : message_ + ''
|
||||
|
||||
return (
|
||||
<div className={`rounded-lg border border-red-200 bg-red-50 p-4 overflow-auto`}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue