mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
Revert "feat: UX improvements for onboarding"
This commit is contained in:
parent
d39a8111a6
commit
5556c51f0e
11 changed files with 51 additions and 97 deletions
|
|
@ -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
|
||||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue