feat: unify multimodels translation providers, remove self-hosting (Ollama/LibreTranslate), and fix local SQLite configuration
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m21s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m21s
This commit is contained in:
@@ -59,10 +59,7 @@ def _auto_register_providers() -> None:
|
||||
|
||||
register_deepl_provider()
|
||||
|
||||
if ProvidersConfig.OLLAMA_ENABLED:
|
||||
from .ollama_provider import register_ollama_provider
|
||||
|
||||
register_ollama_provider()
|
||||
|
||||
if ProvidersConfig.OPENAI_ENABLED and ProvidersConfig.OPENAI_API_KEY:
|
||||
from .openai_provider import register_openai_provider
|
||||
|
||||
Reference in New Issue
Block a user