Server Connection Error
{error}
{#if isAccessDeniedError && !showApiKeyInput}
{/if}
{#if showApiKeyInput}
{#if apiKeyState === 'validating'}
{:else if apiKeyState === 'success'}
{:else if apiKeyState === 'error'}
{/if}
{#if apiKeyError}
{apiKeyError}
{/if}
{#if apiKeyState === 'success'}
✓ API key validated successfully! Connecting...
{/if}
{/if}
{#if showRetry}
{/if}
{#if showTroubleshooting}
Troubleshooting
Start the llama-server:
llama-server -hf ggml-org/gemma-3-4b-it-GGUF
or
llama-server -m locally-stored-model.gguf
- Check that the server is accessible at the correct URL
- Verify your network connection
- Check server logs for any error messages
{/if}