Skip to content

Commit 0067eaf

Browse files
authored
FIX: conflict with chatbot
1 parent 440e6d3 commit 0067eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# frozen_string_literal: true
22
# name: discourse-ai-topic-summary
33
# about: Uses a remote (OpenAI) AI language model to prepare and post a summary of a Topic
4-
# version: 0.0.1
4+
# version: 0.0.2
55
# authors: Robert Barrow
66
# contact_emails: [email protected]
77
# url: https://github.com/merefield/discourse-ai-topic-summary
88

99
gem "httparty", '0.21.0' #, {require: false}
10-
gem "ruby-openai", '3.3.0', {require: false}
10+
gem "ruby-openai", '3.4.0', {require: false}
1111

1212
register_asset 'stylesheets/common/ai_topic_summary.scss'
1313

0 commit comments

Comments
 (0)