We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440e6d3 commit 0067eafCopy full SHA for 0067eaf
plugin.rb
@@ -1,13 +1,13 @@
1
# frozen_string_literal: true
2
# name: discourse-ai-topic-summary
3
# about: Uses a remote (OpenAI) AI language model to prepare and post a summary of a Topic
4
-# version: 0.0.1
+# version: 0.0.2
5
# authors: Robert Barrow
6
# contact_emails: [email protected]
7
# url: https://github.com/merefield/discourse-ai-topic-summary
8
9
gem "httparty", '0.21.0' #, {require: false}
10
-gem "ruby-openai", '3.3.0', {require: false}
+gem "ruby-openai", '3.4.0', {require: false}
11
12
register_asset 'stylesheets/common/ai_topic_summary.scss'
13
0 commit comments