mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-12 14:12:53 +02:00
Add litellm proxy embeddings (#2291)
* add litellm proxy * formatting * move `api_url` to cloud provider + nits * remove log * typing * quick tuyping fix * update LiteLLM selection logic * remove logs + validate functionality * rename proxy var * update path casing * remove pricing for custom models * functional values
This commit is contained in:
@ -6,6 +6,7 @@ class EmbeddingProvider(str, Enum):
|
||||
COHERE = "cohere"
|
||||
VOYAGE = "voyage"
|
||||
GOOGLE = "google"
|
||||
LITELLM = "litellm"
|
||||
|
||||
|
||||
class RerankerProvider(str, Enum):
|
||||
|
Reference in New Issue
Block a user