zed/crates/ai/src
Yesterday17 9e17018416
Allow OpenAI API URL to be configured via assistant.openai_api_url (#7552)
Partially fixes #4321, since Azure OpenAI API can be converted to OpenAI
API.

Release Notes:

- Added `assistant.openai_api_url` setting to allow OpenAI API URL to be
configured.

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-02-12 11:37:27 -05:00
..
prompts Fix typos detected by crate-ci/typos 2024-01-17 14:31:21 -08:00
providers Allow OpenAI API URL to be configured via assistant.openai_api_url (#7552) 2024-02-12 11:37:27 -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 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 Move interaction with keychain off the main thread 2024-01-24 14:53:05 +01:00