zed/docs/src
Thorsten Ball aee01f2c50
assistant: Remove low_speed_timeout (#20681)
This removes the `low_speed_timeout` setting from all providers as a
response to issue #19509.

Reason being that the original `low_speed_timeout` was only as part of
#9913 because users wanted to _get rid of timeouts_. They wanted to bump
the default timeout from 5sec to a lot more.

Then, in the meantime, the meaning of `low_speed_timeout` changed in
#19055 and was changed to a normal `timeout`, which is a different thing
and breaks slower LLMs that don't reply with a complete response in the
configured timeout.

So we figured: let's remove the whole thing and replace it with a
default _connect_ timeout to make sure that we can connect to a server
in 10s, but then give the server as long as it wants to complete its
response.

Closes #19509

Release Notes:

- Removed the `low_speed_timeout` setting from LLM provider settings,
since it was only used to _increase_ the timeout to give LLMs more time,
but since we don't have any other use for it, we simply remove the
setting to give LLMs as long as they need.

---------

Co-authored-by: Antonio <antonio@zed.dev>
Co-authored-by: Peter Tripp <peter@zed.dev>
2024-11-15 07:37:31 +01:00
..
assistant assistant: Remove low_speed_timeout (#20681) 2024-11-15 07:37:31 +01:00
development Heaptrack documentation (#20266) 2024-11-11 21:03:46 -07:00
extensions Clarify rustup is requried (#20642) 2024-11-13 17:20:20 -08:00
languages docs: Update Zig Tree-sitter grammar link (#20708) 2024-11-15 07:45:36 +02:00
additional-learning-materials.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
channels.md Docs Party 2024 (#15876) 2024-08-09 13:37:54 -04:00
collaboration.md Docs Party 2024 (#15876) 2024-08-09 13:37:54 -04:00
completions.md docs: Improve dark mode syntax highlighting (#18002) 2024-09-18 09:14:03 -03:00
configuring-languages.md docs: Improve language server configuration dotted/nested notation example (#19608) 2024-10-23 09:41:27 -04:00
configuring-zed.md docs: Improve formatter docs. Examples for C/C++ (#20553) 2024-11-13 09:24:50 -05:00
development.md Remove community content from docs and point to zed.dev (#19895) 2024-10-29 09:44:58 -04:00
environment.md docs: Fix typo in environment documentation (#19164) 2024-10-13 16:47:09 -04:00
extensions.md docs: Add docs for defining slash commands in extensions (#16303) 2024-08-15 12:50:30 -04:00
fonts.md Fix casing of "macOS" (#17040) 2024-08-28 19:10:49 -04:00
getting-started.md Fix casing of "macOS" (#17040) 2024-08-28 19:10:49 -04:00
git.md docs: Update names of supported Git providers (#17436) 2024-09-05 13:42:49 -04:00
globs.md Glob documentation (#18789) 2024-10-15 17:21:04 -04:00
key-bindings.md macOS: Add key equivalents for non-Latin layouts (#20401) 2024-11-08 13:05:10 -07:00
languages.md docs: Add Ansible language documentation (#20087) 2024-11-05 13:57:15 -05:00
linux.md docs: Linux XDG desktop secrets portals 2024-10-04 14:13:07 -04:00
multibuffers.md Fix a typo in the multi buffers documentation (#18535) 2024-09-30 15:28:46 +03:00
outline-panel.md docs: Add tweaks to the outline panel page (#18697) 2024-10-03 12:27:42 -03:00
remote-development.md docs: SSH no longer requires Zed Preview (#20003) 2024-10-30 23:28:13 -04:00
repl.md docs: Add tweaks to the REPL page (#18000) 2024-09-18 07:34:39 -03:00
snippets.md Add minimal snippets documentation (#14992) 2024-07-22 21:18:39 -04:00
SUMMARY.md docs: Add Ansible language documentation (#20087) 2024-11-05 13:57:15 -05:00
system-requirements.md Update system-requirements.md 2024-07-11 11:59:52 -07:00
tasks.md Document use of allow_concurrent_runs with long-running tasks (#20539) 2024-11-13 09:43:17 +01:00
telemetry.md Update telemetry docs to not point to specific lines of code (#19583) 2024-10-23 00:36:43 -04:00
themes.md docs: Example theme_overrides for docstrings as italic (#19694) 2024-10-24 14:37:57 -04:00
vim.md docs: Split vim mode documentation into two pages, edit for clarity (#17614) 2024-09-23 09:01:32 -06:00
windows.md Fix Discord link (#19551) 2024-10-22 10:36:05 -04:00