You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If no `workflow` provided, a default workflow configuration in `config/workflow.json` will be used.
71
71
Ensure that the workflow configuration contains your custom LLM model settings by modifying the "llm_model" field.
72
72
73
+
The scraped data will be saved in the directory specified by [WF_OUTPUT_DIR](config/__init__.py), under a subdirectory named after your workflow ID (`<your_workflow_id>`).
74
+
- If the default workflow configuration is used, the workflow ID is `test_paper_scrapper`.
75
+
73
76
# Run Backend Server
74
77
A backend demo application is included in this project, accessible as a standalone server.
0 commit comments