Skip to content

Commit

Permalink
Update tools/prediction_request_bt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMinarsch authored Oct 12, 2023
1 parent ac6cc9a commit e6827dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/prediction_request_bt.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"temperature": 0.7,
}
ALLOWED_TOOLS = [
"prediction-offline",
"prediction-online",
"prediction-offline-bt",
"prediction-online-bt",
]
TOOL_TO_ENGINE = {
"prediction-offline": "gpt-3.5-turbo",
Expand Down

0 comments on commit e6827dc

Please sign in to comment.