Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
imartinez committed Mar 1, 2024
1 parent f6ff280 commit 89c43f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private_gpt/components/embedding/embedding_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(self, settings: Settings) -> None:
ollama_settings = settings.ollama
self.embedding_model = OllamaEmbedding(
model_name=ollama_settings.embedding_model,
base_url=ollama_settings.api_base
base_url=ollama_settings.api_base,
)
case "mock":
# Not a random number, is the dimensionality used by
Expand Down

0 comments on commit 89c43f5

Please sign in to comment.