ZIm/crates/ai/src
Marshall Bowers 4939d23bd3
Enable clippy::derive_ord_xor_partial_ord (#9371)
This PR enables the
[`clippy::derive_ord_xor_partial_ord`](https://rust-lang.github.io/rust-clippy/master/index.html#/derive_ord_xor_partial_ord)
rule and fixes the outstanding violations.

Release Notes:

- N/A
2024-03-14 17:55:57 -04:00
..
prompts Enable clippy::derive_ord_xor_partial_ord (#9371) 2024-03-14 17:55:57 -04:00
providers Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
ai.rs updated authentication for embedding provider 2023-10-26 11:18:16 +02:00
auth.rs Move interaction with keychain off the main thread 2024-01-24 14:53:05 +01:00
completion.rs clean up warnings and fix tests in the ai crate 2023-10-30 11:07:24 -04:00
embedding.rs Enable clippy::unnecessary_unwrap (#8756) 2024-03-02 23:10:56 -05:00
models.rs move OpenAILanguageModel to providers folder 2023-10-22 13:47:28 +02:00
providers.rs Stub out support for Azure OpenAI (#8624) 2024-02-29 13:02:08 -05:00
test.rs Enable clippy::derivable_impls (#8836) 2024-03-04 11:47:07 -05:00