-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Describe the bug
"Introduction" and "Conclusion" sections remain in English even when LANGUAGE is set to a different language (e.g., "japanese") in the configuration.
To Reproduce
Steps to reproduce the behavior:
- Set LANGUAGE: "japanese" in the config
- Run the researcher
- Select "What type of report would you like me to generate?", select "Detailed - In depth and longer(~5min)"
- Wait for the report generation
- Observe that while the main content is in Japanese, the Introduction and Conclusion sections are still in English
DEFAULT_CONFIG: BaseConfig = {
"LANGUAGE": "japanese",
# ... other config settings
}
Expected behavior
All sections of the report, including Introduction and Conclusion, should be in the language specified in the config's LANGUAGE setting.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [macOS Sonoma 14.6 (Apple Silicon)]
- Browser [chrome]
- Version [v3.1.9]
Additional context
The language setting needs to be passed to the write_conclusion and write_report_introduction prompts in the report generation process. This will ensure consistent language usage throughout the entire report.
Metadata
Metadata
Assignees
Labels
No labels