Skip to content

Commit

Permalink
fix init paths
Browse files Browse the repository at this point in the history
  • Loading branch information
AlistairLR112 committed Dec 29, 2023
1 parent d68c5af commit e30f18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/ollama/src/ollama_haystack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: Apache-2.0

from integrations.ollama.src.ollama_haystack.generator import OllamaGenerator
from ollama_haystack.generator import OllamaGenerator

__all__ = ["OllamaGenerator"]

0 comments on commit e30f18c

Please sign in to comment.