Skip to content

Commit

Permalink
Update examples/getting_started.py
Browse files Browse the repository at this point in the history
Co-authored-by: Madeesh Kannan <[email protected]>
  • Loading branch information
augchan42 and shadeMe authored Jan 27, 2024
1 parent b34a439 commit 0d06105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/getting_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from haystack.document_stores import InMemoryDocumentStore
from haystack.utils import build_pipeline, add_example_data, print_answers

logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger(__name__)


def getting_started(provider, API_KEY, API_BASE: Optional[str] = None):
Expand Down

0 comments on commit 0d06105

Please sign in to comment.