Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-sol committed Jul 29, 2024
1 parent e1d5b50 commit 8ce4dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ def format_sources(completion) -> str:
if len(completion.sources) == 0:
return ""

logfire.info(f"Formatting sources: {completion.sources}")

display_source_to_ui = {
src: ui for src, ui in zip(AVAILABLE_SOURCES, AVAILABLE_SOURCES_UI)
}
Expand Down

0 comments on commit 8ce4dd7

Please sign in to comment.