zed/crates/ai/src
Piotr Osiewicz d475f1373a
gpui: Further docs refinement & moved some reexports into 'private' module (#3935)
This commit mostly fixes invalid URLs in docstrings. It also
encapsulates crates we reexport (serde stuff + linkme) into a public
module named "private" in order to reduce the API surfaced through docs.
Moreover, I fixed up a bunch of crates that were pulling serde_json in
through gpui explicitly instead of using Cargo manifest.

Release Notes:
- N/A
2024-01-07 14:14:21 +01:00
..
prompts Remove 2 suffix for ai, zed_actions, install_ci, feature_flags 2024-01-03 11:48:46 -08:00
providers gpui: Further docs refinement & moved some reexports into 'private' module (#3935) 2024-01-07 14:14:21 +01:00
ai.rs updated authentication for embedding provider 2023-10-26 11:18:16 +02:00
auth.rs Remove 2 suffix for ai, zed_actions, install_ci, feature_flags 2024-01-03 11:48:46 -08:00
completion.rs clean up warnings and fix tests in the ai crate 2023-10-30 11:07:24 -04:00
embedding.rs moved authentication for the semantic index into the EmbeddingProvider 2023-10-30 10:02:27 -04:00
models.rs move OpenAILanguageModel to providers folder 2023-10-22 13:47:28 +02:00
test.rs Remove 2 suffix for ai, zed_actions, install_ci, feature_flags 2024-01-03 11:48:46 -08:00