Skip to content

Commit

Permalink
feat: update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Sep 12, 2023
1 parent f98590f commit b6111ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/prediction_request_sme.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"temperature": 0.7,
}
ALLOWED_TOOLS = [
"prediction-offline",
"prediction-online",
"prediction-offline-sme",
"prediction-online-sme",
]
TOOL_TO_ENGINE = {
"prediction-offline": "gpt-3.5-turbo",
"prediction-online": "gpt-3.5-turbo",
"prediction-offline-sme": "gpt-3.5-turbo",
"prediction-online-sme": "gpt-3.5-turbo",
}

PREDICTION_PROMPT = """
Expand Down

0 comments on commit b6111ad

Please sign in to comment.