Skip to content

Commit

Permalink
Use direct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
virajmalia committed Jun 11, 2024
1 parent 9b2e6a0 commit bc645b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/llama4u.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from langchain_community.tools.ddg_search.tool import DuckDuckGoSearchRun
from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder
from langchain_core.runnables.history import RunnableWithMessageHistory
from .input.input import parse_arguments
from input.input import parse_arguments

LLAMA4U_STR = 'Llama4U'

Expand Down

0 comments on commit bc645b8

Please sign in to comment.