Skip to content

Commit

Permalink
Update available models with new gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed May 13, 2024
1 parent f97f047 commit 7f67633
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ plugins:
default: gpt-3.5-turbo
choices:
- gpt-3.5-turbo
- gpt-4o
- gpt-4-turbo
- gpt-4
- gpt-4-32k
Expand All @@ -61,6 +62,7 @@ plugins:
default: gpt-3.5-turbo
choices:
- gpt-3.5-turbo
- gpt-4o
- gpt-4-turbo
- gpt-4
- gpt-4-32k
Expand All @@ -86,6 +88,7 @@ plugins:
default: gpt-3.5-turbo
choices:
- gpt-3.5-turbo
- gpt-4o
- gpt-4-turbo
- gpt-4
- gpt-4-32k
Expand Down Expand Up @@ -212,7 +215,7 @@ plugins:
- via_function
chatbot_open_ai_vision_model:
client: false
default: gpt-4-turbo
default: gpt-4o
chatbot_reply_job_time_delay:
client: false
default: 1
Expand Down
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-chatbot
# about: a plugin that allows you to have a conversation with a configurable chatbot in Discourse Chat, Topics and Private Messages
# version: 0.9.18
# version: 0.9.19
# authors: merefield
# url: https://github.com/merefield/discourse-chatbot

Expand Down

0 comments on commit 7f67633

Please sign in to comment.