fix: Update remaining localhost placeholder in OllamaConfigurationPanel
Missed updating the placeholder text for new instance URL input field. Changed from localhost:11434 to host.docker.internal:11434 for consistency.
This commit is contained in:
parent
2f486e5b21
commit
aaca437fdc
@ -686,7 +686,7 @@ const OllamaConfigurationPanel: React.FC<OllamaConfigurationPanelProps> = ({
|
||||
/>
|
||||
<Input
|
||||
type="url"
|
||||
placeholder="http://localhost:11434"
|
||||
placeholder="http://host.docker.internal:11434"
|
||||
value={newInstanceUrl}
|
||||
onChange={(e) => setNewInstanceUrl(e.target.value)}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user