Spaces:
Running
Running
Commit
·
559db5d
1
Parent(s):
ac817f9
commit
Browse files
app.py
CHANGED
@@ -325,7 +325,7 @@ abot = Agent(model, [get_chapter_wordcount_plot, get_word_frequency_heatmap, get
|
|
325 |
|
326 |
|
327 |
def query_agent(epub_file, prompt):
|
328 |
-
file_path = epub_file
|
329 |
user_input = f"{file_path} {prompt}"
|
330 |
messages = [HumanMessage(content=user_input)]
|
331 |
|
|
|
325 |
|
326 |
|
327 |
def query_agent(epub_file, prompt):
|
328 |
+
file_path = epub_file
|
329 |
user_input = f"{file_path} {prompt}"
|
330 |
messages = [HumanMessage(content=user_input)]
|
331 |
|