ZIm/crates/rpc/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
..
auth.rs Upgrade base64 to v0.22 (#15304) 2024-07-26 17:40:38 -04:00
conn.rs Enable clippy::redundant_locals (#8750) 2024-03-02 21:57:40 -05:00
extension.rs Rank exact extension ID matches higher in search results (#14588) 2024-07-16 12:33:28 -06:00
llm.rs collab: Add GET /models endpoint to LLM service (#17307) 2024-09-03 11:41:32 -04:00
macros.rs Log the time incoming RPC messages were queued (#8909) 2024-03-05 14:40:09 -08:00
notification.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
peer.rs Consolidate logic for protobuf message handling between ssh and web socket clients (#17185) 2024-09-01 10:14:21 -07:00
proto.rs Extract a proto crate out of rpc (#12852) 2024-06-10 12:49:53 -06:00
rpc.rs Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00