summarize-meeting 1.3.0 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d6006b164f0ac9c90c1ba8f1cb6b104a58a1db6b86979daa6c3a7151a921fed
4
- data.tar.gz: 6273676387deccd503f02234c7c7bfcf92df453b35e14bd43ce6e42a1627b529
3
+ metadata.gz: f6b12c6dac816079ec5c3aa2f879d93fdc4fea0616843f6cdcea02d3241bdc2a
4
+ data.tar.gz: eb3e9cc35d30922b759417100178d59c3be48dab84c50a44aac31726d6b8829b
5
5
  SHA512:
6
- metadata.gz: c07e547b58e802fa35415861a11f9094d5bcea7ffcacf4a6177d9facf9ab63ab9db86796fd280a01d36769ecf33b9075ac8d74239e9a9e7fe553f7e1c25a2b5a
7
- data.tar.gz: 9aacf4350a4de7ef8253baae3d2a09c77dcbc4369874c193609a73823d6bbe9a4bf6609a60f22d52ff1a8c9db5ec847139a9a5d151846bf91f835a56a134be02
6
+ metadata.gz: bc52213e5468d899182b0b3d73e234112677db442b9dc664062d6c67be44039d4dac142b9ca83c51fbfba47fb4d5505a70b98714497978ad3504bc93c59b9d78
7
+ data.tar.gz: aa917214ef057c71739aa136bdd823d74caccb7f3c2490bbc262d6f1ef9abf1a84340d240c69465571513423e530bfdddef5a49851d7cd805b37250506f70b17
@@ -4,7 +4,7 @@ require "openai"
4
4
 
5
5
  module SummarizeMeeting
6
6
  class Meeting
7
- RESPONSE_RESERVE_TOKENS = 500
7
+ RESPONSE_RESERVE_TOKENS = 1000
8
8
 
9
9
  LINE_SUMMARY_PROMPT_TEMPLATE = [
10
10
  {
@@ -43,6 +43,7 @@ module SummarizeMeeting
43
43
  The summary should be organized into sections with headings and bullet points.
44
44
  The summary should include a list of attendees.
45
45
  The order of the sections should be overview, attendees, action items, and detailed notes by topic.
46
+ Write the summary in markdown format.
46
47
  CONTENT
47
48
  },
48
49
  {
@@ -1,3 +1,3 @@
1
1
  module SummarizeMeeting
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: summarize-meeting
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Devine
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-04 00:00:00.000000000 Z
11
+ date: 2023-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: optparse