Skip to content

Commit

Permalink
Update the configuration model UI
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Feb 21, 2025
1 parent 76dbade commit 8d047bb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/slack_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,18 +345,6 @@ def build_configure_modal(context: BoltContext) -> dict:
)

options = [
{
"text": {"type": "plain_text", "text": "GPT-3.5 Turbo"},
"value": GPT_3_5_TURBO_MODEL,
},
{
"text": {"type": "plain_text", "text": "GPT-4 8K"},
"value": GPT_4_MODEL,
},
{
"text": {"type": "plain_text", "text": "GPT-4 32K"},
"value": GPT_4_32K_MODEL,
},
{
"text": {"type": "plain_text", "text": "GPT-4o"},
"value": GPT_4O_MODEL,
Expand Down

0 comments on commit 8d047bb

Please sign in to comment.