We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0e64e commit 25e3476Copy full SHA for 25e3476
src/wingman/ui/modals.py
@@ -53,13 +53,6 @@ async def _validate_key(self, key: str) -> None:
53
status.update("Validating...")
54
status.set_classes("validating")
55
56
- if not key.startswith("dsk_"):
57
- status.update("Invalid key format. Key must start with dsk_")
58
- status.set_classes("error")
59
- input_widget.disabled = False
60
- input_widget.focus()
61
- return
62
-
63
try:
64
client = AsyncDedalus(api_key=key)
65
await client.models.list()
0 commit comments