Skip to content

Commit

Permalink
Apply autoformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelOwenDyer committed Feb 15, 2024
1 parent fca23aa commit 2c57ad1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/llm/wrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
from llm.wrapper.ollama import OllamaModel

type AnyLLM = (
DirectOpenAICompletionModel
| AzureOpenAICompletionModel
| DirectOpenAIChatModel
| AzureOpenAIChatModel
| DirectOpenAIEmbeddingModel
| AzureOpenAIEmbeddingModel
| OllamaModel
DirectOpenAICompletionModel
| AzureOpenAICompletionModel
| DirectOpenAIChatModel
| AzureOpenAIChatModel
| DirectOpenAIEmbeddingModel
| AzureOpenAIEmbeddingModel
| OllamaModel
)

0 comments on commit 2c57ad1

Please sign in to comment.