Skip to content

How do I change the model to gpt-4 when calling literature_review? #24

@shkao

Description

@shkao

In the following places, I found that use_gpt4=True can be passed to change the use of the model from 3.5 to 4:

  • autoresearcher/llms/openai.py
  • autoresearcher/workflows/literature_review/combine_answers.py
  • autoresearcher/workflows/literature_review/extract_answers_from_papers.py

However, how do I do the same when calling literature_review? For example:

researcher = literature_review(
    research_question, output_file="answer.txt"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions