Skip to content

Commit

Permalink
Fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
virajmalia committed May 21, 2024
1 parent c3c1910 commit bdc214b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/llama4u.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
""" Llama4U """
#!/bin/env python3
import importlib.metadata
import sys
import argparse
Expand Down
2 changes: 1 addition & 1 deletion src/search.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python3
""" search.py for Llama4U """
from duckduckgo_search import DDGS
from langchain_chroma import Chroma
from langchain_community.document_loaders import WebBaseLoader
Expand Down

0 comments on commit bdc214b

Please sign in to comment.