Skip to content

Commit

Permalink
feat: update es
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSmit committed May 22, 2024
1 parent 05ac846 commit be99c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/conf/system/ensemble_refinement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ num_aggregation_steps: 1
agents: # options: [gpt, palm]
# GPT-3.5 agent
- - "${system.gpt}"
- engine: "mixtral-8x7b-instruct" # gpt uses gpt-3.5 engine
- engine: "gpt-3.5-turbo-0613" # gpt uses gpt-3.5 engine
- prompt: "${system.agent_prompts.er_simple}"
- few_shot_examples: ${system.medpalm_examples.few_shot} # False, ${system.medpalm_examples.few_shot} or ${system.medpalm_examples.cot_few_shot}
- sampling:
Expand Down

0 comments on commit be99c74

Please sign in to comment.