Add cloud_llm_client
crate (#35307)
This PR adds a `cloud_llm_client` crate to take the place of the `zed_llm_client`. Release Notes: - N/A
This commit is contained in:
parent
3824751e61
commit
b8f3a9101c
5 changed files with 409 additions and 1 deletions
|
@ -29,6 +29,7 @@ members = [
|
|||
"crates/cli",
|
||||
"crates/client",
|
||||
"crates/clock",
|
||||
"crates/cloud_llm_client",
|
||||
"crates/collab",
|
||||
"crates/collab_ui",
|
||||
"crates/collections",
|
||||
|
@ -70,7 +71,6 @@ members = [
|
|||
"crates/gpui",
|
||||
"crates/gpui_macros",
|
||||
"crates/gpui_tokio",
|
||||
|
||||
"crates/html_to_markdown",
|
||||
"crates/http_client",
|
||||
"crates/http_client_tls",
|
||||
|
@ -251,6 +251,7 @@ channel = { path = "crates/channel" }
|
|||
cli = { path = "crates/cli" }
|
||||
client = { path = "crates/client" }
|
||||
clock = { path = "crates/clock" }
|
||||
cloud_llm_client = { path = "crates/cloud_llm_client" }
|
||||
collab = { path = "crates/collab" }
|
||||
collab_ui = { path = "crates/collab_ui" }
|
||||
collections = { path = "crates/collections" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue