Skip to content

Commit

Permalink
Merge pull request #1172 from vinayvikram/master
Browse files Browse the repository at this point in the history
Fixed constuct subtopics
  • Loading branch information
ElishaKay authored Feb 19, 2025
2 parents eeb2a92 + 6d8c2b3 commit 64a57fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt_researcher/utils/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async def construct_subtopics(task: str, data: str, config, subtopics: list = []
if 'o3' in config.smart_llm_model or 'o1' in config.smart_llm_model:
kwargs['reasoning_effort'] = "high"
else:
kwargs['temperature'] = temperature
kwargs['temperature'] = config.temperature
kwargs['max_tokens'] = config.smart_token_limit

print(f"\n🤖 Calling {config.smart_llm_provider} with model {config.smart_llm_model}...\n")
Expand Down

0 comments on commit 64a57fd

Please sign in to comment.