Skip to content

Commit

Permalink
fix benchmark for single prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Jun 27, 2024
1 parent c522f9f commit c8acbe9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/kongzii/customs/ofv_market_resolver/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,10 @@ def single(
"""
ofv_run(
question,
openai_api_key=SecretStr(openai_api_key),
serper_api_key=SecretStr(serper_api_key),
api_keys={
"openai": openai_api_key,
"serperapi": serper_api_key,
},
)


Expand Down

0 comments on commit c8acbe9

Please sign in to comment.