Revert "feat: UX improvements for onboarding"

This commit is contained in:
Abhishek 2025-10-04 11:06:19 +05:30 committed by GitHub
parent d39a8111a6
commit 5556c51f0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 51 additions and 97 deletions

View file

@ -3,4 +3,3 @@ ruff==0.11.3
pytest==8.3.5
pytest-asyncio==0.26.0
pre-commit==4.2.0
watchfiles==1.1.0

View file

@ -157,8 +157,6 @@ class AzureLLMService(BaseLLMConfiguration):
# Dograh LLM Service
class DograhLLMModel(str, Enum):
DEFAULT = "default"
FAST = "fast"
ACCURATE = "accurate"
@register_llm
@ -281,8 +279,6 @@ class OpenAITTSService(BaseTTSConfiguration):
# Dograh TTS Service
class DograhVoice(str, Enum):
DEFAULT = "default"
JOEY = "joey"
RACHEL = "rachel"
class DograhTTSModel(str, Enum):