zed/crates/collab/src
Marshall Bowers 30056254f3
collab: Add GET /models endpoint to LLM service (#17307)
This PR adds a `GET /models` endpoint to the LLM service.

This endpoint returns the models that the authenticated user has access
to.

This is the first step towards populating the models for the hosted
service from the server.

Release Notes:

- N/A
2024-09-03 11:41:32 -04:00
..
api collab: Fix writing LLM rate limit events to Clickhouse (#16367) 2024-08-16 14:03:34 -04:00
bin Fix .env.toml paths (#15645) 2024-08-01 15:43:29 -04:00
db collab: Require github_user_created_at at ingress points (#17180) 2024-08-30 17:09:59 -04:00
llm collab: Add GET /models endpoint to LLM service (#17307) 2024-09-03 11:41:32 -04:00
rpc Bump collab min version to 0.134 (#16918) 2024-08-27 21:44:00 -06:00
tests Consolidate logic for protobuf message handling between ssh and web socket clients (#17185) 2024-09-01 10:14:21 -07:00
api.rs collab: Require github_user_created_at at ingress points (#17180) 2024-08-30 17:09:59 -04:00
auth.rs Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
clickhouse.rs collab: Fix writing LLM rate limit events to Clickhouse (#16367) 2024-08-16 14:03:34 -04:00
completion.rs
db.rs collab: Setup database for LLM service (#15882) 2024-08-06 17:18:08 -04:00
env.rs collab: Add support for reading boolean values from .env.toml (#16317) 2024-08-15 17:07:17 -04:00
errors.rs
executor.rs
lib.rs collab: Backfill github_user_created_at on users (#16600) 2024-08-21 12:38:51 -04:00
llm.rs collab: Add GET /models endpoint to LLM service (#17307) 2024-09-03 11:41:32 -04:00
main.rs collab: Record geoip_country_code on HTTP request spans (#17092) 2024-08-29 11:33:51 -04:00
migrations.rs collab: Remove unused parameter to run_database_migrations (#15883) 2024-08-06 17:31:52 -04:00
rate_limiter.rs Show rate limit notices (#15515) 2024-07-31 12:05:19 -07:00
rpc.rs Extract an LspStore object from Project, to prepare for language support over SSH (#17041) 2024-08-30 14:36:38 -07:00
seed.rs collab: Require github_user_created_at at ingress points (#17180) 2024-08-30 17:09:59 -04:00
tests.rs Add the ability to edit remote directories over SSH (#14530) 2024-07-19 10:27:26 -07:00
user_backfiller.rs collab: Require github_user_created_at at ingress points (#17180) 2024-08-30 17:09:59 -04:00