zed/crates/collab/src
Marshall Bowers ca9511393b
Some checks are pending
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
collab: Add support for more providers to the LLM service (#15832)
This PR adds support for additional providers to the LLM service:

- OpenAI
- Google
- Custom Zed models (through Hugging Face)

Release Notes:

- N/A
2024-08-05 21:16:18 -04:00
..
api Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
bin Fix .env.toml paths (#15645) 2024-08-01 15:43:29 -04:00
db Allow users to stop a previously scheduled cancelation of their Zed Pro plan (#15562) 2024-07-31 16:36:46 -04:00
llm Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
rpc remoting: Allow Add/Remove remote folder (#14532) 2024-07-16 12:01:59 -06:00
tests Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
api.rs Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
auth.rs Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
completion.rs
db.rs collab: Rework Stripe event processing (#15510) 2024-07-30 16:35:11 -04:00
env.rs Fix .env.toml paths (#15645) 2024-08-01 15:43:29 -04:00
errors.rs
executor.rs
lib.rs Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
llm.rs collab: Add support for more providers to the LLM service (#15832) 2024-08-05 21:16:18 -04:00
main.rs Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
rate_limiter.rs Show rate limit notices (#15515) 2024-07-31 12:05:19 -07:00
rpc.rs Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
seed.rs
tests.rs Add the ability to edit remote directories over SSH (#14530) 2024-07-19 10:27:26 -07:00