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 +4 -4
- data/lib/summarize-meeting/meeting.rb +2 -1
- data/lib/summarize-meeting/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6b12c6dac816079ec5c3aa2f879d93fdc4fea0616843f6cdcea02d3241bdc2a
|
4
|
+
data.tar.gz: eb3e9cc35d30922b759417100178d59c3be48dab84c50a44aac31726d6b8829b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 =
|
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
|
{
|
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.
|
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-
|
11
|
+
date: 2023-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: optparse
|