Skip to content

Commit

Permalink
refactor examples/FinanceBench/dana module
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinhLuong102 committed Oct 6, 2024
1 parent 0b2a5ef commit e0e0733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/FinanceBench/dana.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def solve_with_knowledge_and_program_store_with_llama(fb_id: FbId) -> Answer:
arg_parser.add_argument('--llama', action='store_true')
args = arg_parser.parse_args()

match (args.knowledge, args.prog_store, args.llama3):
match (args.knowledge, args.prog_store, args.llama):
case (False, False, False):
solve_func: QAFunc = solve

Expand Down

0 comments on commit e0e0733

Please sign in to comment.