Skip to content

Commit

Permalink
chore: add missing modes
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 21, 2024
1 parent 77c1c77 commit eb7a001
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/llmling/core/capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@
"user",
]

Mode = Literal["chat", "completion"]
Mode = Literal[
"completion",
"embedding",
"image_generation",
"chat",
"audio_transcription",
]

Provider = Literal[
"openai",
Expand Down

0 comments on commit eb7a001

Please sign in to comment.