Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subtopics in detailed reports throws exception #1154

Closed
liebero3 opened this issue Feb 16, 2025 · 5 comments
Closed

subtopics in detailed reports throws exception #1154

liebero3 opened this issue Feb 16, 2025 · 5 comments

Comments

@liebero3
Copy link

Describe the bug
When generating subtopics in detailed report, the system throws an error stating:
Exception in parsing subtopics: name 'temperature' is not defined

To Reproduce
Steps to reproduce the behavior:

  1. Check detailed report
  2. Click on research

Expected behavior
Getting a report with subtopics

Screenshots

Image

Desktop (please complete the following information):

  • OS: macOS 15.3
  • Browser Chrome
  • python 3.13.2
@DaisukeUra
Copy link
Contributor

I have the same issue.
I modified llm.py.
I'm unfamiliar with this software, so I don't know why, but it seems to be working fine.

Add temperature = config.temperature on L59.

}
if 'o3' in model or 'o1' in model:

It was removed in the commit.
4f901fb#diff-ee022b8fdc3a85376a65e2e576ef70f9e1b47e165ec74bd2b31e9d481d959840L115

@ElishaKay
Copy link
Collaborator

Welcome @liebero3

And thanks for the fix @DaisukeUra - would you like to go for the PR?

@DaisukeUra
Copy link
Contributor

Hi, @ElishaKay
I created #1155 .

ElishaKay added a commit that referenced this issue Feb 17, 2025
Fix: missing temperature parameter ( #1154 )
@ElishaKay
Copy link
Collaborator

ElishaKay commented Feb 18, 2025

merged 👏

@liebero3, can you pull master and try again to see if the issue is resolved for you?

@liebero3
Copy link
Author

I implemented the fix already and it worked. Pulled Master now and everything is fine. Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants