Marshall Bowers
ebdb755fef
Surface upstream rate limits from Anthropic ( #16118 )
...
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
This PR makes it so hitting upstream rate limits from Anthropic result
in an HTTP 429 response instead of an HTTP 500.
To do this we need to surface structured errors out of the `anthropic`
crate.
Release Notes:
- N/A
2024-08-12 11:59:24 -04:00
Mikayla Maki
855048041d
Update http crate name ( #15041 )
...
Release Notes:
- N/A
2024-07-23 15:01:05 -07:00
Antonio Scandurra
6ff01b17ca
Improve model selection in the assistant ( #12472 )
...
https://github.com/zed-industries/zed/assets/482957/3b017850-b7b6-457a-9b2f-324d5533442e
Release Notes:
- Improved the UX for selecting a model in the assistant panel. You can
now switch model using just the keyboard by pressing `alt-m`. Also, when
switching models via the UI, settings will now be updated automatically.
2024-05-30 12:36:07 +02:00
Antonio Scandurra
5944caaa90
Add support for interacting with Claude in the assistant panel ( #11798 )
...
Release Notes:
- Added support for interacting with Claude in the assistant panel. You
can enable it by adding the following to your `settings.json`:
```json
"assistant": {
"version": "1",
"provider": {
"name": "anthropic"
}
}
```
2024-05-14 15:57:52 +02:00
Conrad Irwin
5515ba6043
Extract http
from util
( #11680 )
...
This avoids the CLI linking libssl etc...
Release Notes:
- N/A
2024-05-10 15:50:20 -06:00
Marshall Bowers
1fbc04104c
Move lints
section to the top of Cargo.toml
, to match the others
2024-04-18 15:53:48 -04:00
Kirill Bulatov
5602593089
Check license generation for every PR to avoid license-less crate additions ( #10033 )
...
Also fix `anthropic` crate and make it AGPL-licensed, as it's used in
the AGPL-licensed collab part only.
Release Notes:
- N/A
2024-04-01 12:16:16 +03:00
Nathan Sobo
9b673089db
Enable Claude 3 models to be used via the Zed server if "language-models" feature flag is enabled for user ( #10015 )
...
Release Notes:
- N/A
2024-03-31 15:57:57 -06:00