Skip to content

Commit

Permalink
feat: change rag count to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-ny committed Sep 27, 2024
1 parent 7bb785a commit 69dec61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/lm/generate_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def generate_points_from_question(question: str) -> dict:
return points


def get_relevant_analyses(question: str, analyses_per_point: int = 5) -> dict:
def get_relevant_analyses(question: str, analyses_per_point: int = 3) -> dict:
print(f"Freq penalty: {lm_model.frequency_penalty}")
points = generate_points_from_question(question)

Expand Down

0 comments on commit 69dec61

Please sign in to comment.