When using the ollama extension, if the model does not return the first token before 5 minutes have elapsed, the connection is dropped and the following error is retuned.
Sorry, your request failed. Please try again. Client Request Id: 14f49877-009d-43f9-ad4e-0d8a4b5e837d Reason: fetch failed: TypeError: fetch failed
If the ollama extension is uninstalled or disabled and the old (and soon to be deprecated) method is used (setting ollama as a provider for copiltot with the http://localhost:11434 address), no such timeout exists (or it is much much longer and therefore not an issue).
When using the ollama extension, if the model does not return the first token before 5 minutes have elapsed, the connection is dropped and the following error is retuned.
Sorry, your request failed. Please try again. Client Request Id: 14f49877-009d-43f9-ad4e-0d8a4b5e837d Reason: fetch failed: TypeError: fetch failedIf the ollama extension is uninstalled or disabled and the old (and soon to be deprecated) method is used (setting ollama as a provider for copiltot with the http://localhost:11434 address), no such timeout exists (or it is much much longer and therefore not an issue).