summarize-meeting 1.5.0 → 1.5.1

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: a1f1e203f7328efbedef8a044434bb8377aac4d8cdf5a3ffc61d903d6155b211
4
- data.tar.gz: 4b93b413a93e5f2d6cbe1d46c842889a559f32682e19b4b1611115e2b928b5fe
3
+ metadata.gz: f46de38135486b2bb4c89b9f3a5bbd205685f6dbb3cba5b9927acdbf0490dc56
4
+ data.tar.gz: 14c08f5210e5752e7c6581f047d83a52b8cc4a1d487b802c0aa928895e06f01e
5
5
  SHA512:
6
- metadata.gz: 77a9c6ecd2f9fc14c949cc5fab380981d1016ba363332c2c1bc55d2e01433acaeaa9fa3caf5eaee9c17488255da2bfb1ec33487fc624f34dcb5f4da1a97def03
7
- data.tar.gz: 2cde7420a3e4b5628eaae774ca6c29ca6b5be1409dd42c87ab1bd216ad749557e92b68264059fdc50fe92ec4bd8fbd921b69dc0d156d2f38493916b5e19b0c70
6
+ metadata.gz: 2a6eea93e686093632a577d1a090e2036b91ae96b230e7fe1e37da928ec5b08730d8f6ab82954c88b98f277b791f8180f69456ccbd06d2df8ca7582de2cdabfb
7
+ data.tar.gz: 06a7efc7fa8c1eb400f2ac2671589829179f2abaf8c0c4741b4577926a15938cf98f71db01593996dc98c5c097583d3c67a5d07d0374a391468eaeb6b5d4e6ba
data/README.md CHANGED
@@ -18,79 +18,79 @@ Input a meeting transcript and output a summary.
18
18
 
19
19
  #### Options
20
20
 
21
- `-o, --output-file FILE` - Path to the output file. By default, it will be the `${input-file}-summary.txt`
22
- `-k, --openai-key KEY` - The OpenAI API Key. Can also be set via `ENV["OPENAI_KEY"]`.
23
- `-g, --openai-org ORG` - The OpenAI org id. It can also be set via `ENV["OPENAI_ORG"]` .
21
+ `-o, --output-file FILE` - Path to the output file. By default, it will be the `${input-file}-summary.txt`
22
+ `-k, --openai-key KEY` - The OpenAI API Key. Can also be set via `ENV["OPEN_AI_API_KEY"]`.
23
+ `-g, --openai-org ORG` - The OpenAI org id (optional). It can also be set via `ENV["OPEN_AI_ORGANIZATION_ID"]` .
24
24
 
25
25
  ## Example
26
26
 
27
27
  This is an example summary from a 3,700 word transcript from a 30 minute meeting.
28
28
 
29
29
  > Summary of the Meeting:
30
- >
30
+ >
31
31
  > The meeting started with discussions focusing on individual progress reports, where Sean shared updates on profit-related work, consolidating estimates, and improving Hey Kayla by creating a new JSON structure for Chat GPT messages API. Colenso reported finding a bug in the JavaScript Google Maps API and not making progress on push notifications. Meanwhile, Pankaj worked on bulk assign form handling, retaining time zone, and Benjamin faced some issues regarding database connection but eventually resolved the casting and integration issues.
32
- >
32
+ >
33
33
  > In the open discussion session, the team discussed the confusion over parameters and importing across different branches. Benjamin shared about an open discussion necessary for a feature related to job production plans at ACME. Shirish discussed fixing the cycle time summary query, which used to take up to 6-7 seconds and now takes less than 1 second. Anish added a business unit filter feature to the time card and will work on page titles.
34
- >
34
+ >
35
35
  > The meeting concluded with Sean hoping to have success with profit stuff before Monday's call.
36
- >
36
+ >
37
37
  > Attendees:
38
- >
38
+ >
39
39
  > - Sean
40
40
  > - Colenso
41
41
  > - Pankaj
42
42
  > - Benjamin
43
43
  > - Shirish
44
44
  > - Anish
45
- >
45
+ >
46
46
  > Action Items:
47
- >
47
+ >
48
48
  > - Sean to continue working on profit-related things before the next call.
49
49
  > - Colenso to continue working on resolving the bug in the Google Maps API and push notifications.
50
50
  > - Pankaj to continue working on bulk assign form handling and to keep the time zone option.
51
51
  > - Benjamin to finalize the release notes for the open discussion at and to continue working on resolving the database connection issues.
52
52
  > - Shirish to further improve the query for cycle time summary and reduce the processing time.
53
- > - Anish to improve page titles and add filters for the time card.
54
- >
53
+ > - Anish to improve page titles and add filters for the time card.
54
+ >
55
55
  > Detailed notes:
56
- >
56
+ >
57
57
  > Sean:
58
- >
58
+ >
59
59
  > - Reported progress on Prophet-related things
60
60
  > - Worked on consolidating all effective estimates
61
61
  > - Worked on improving Hey Kayla by creating a new JSON structure for Chat GPT messages API
62
- >
62
+ >
63
63
  > Colenso:
64
- >
64
+ >
65
65
  > - Found a bug in the JavaScript Google Maps API
66
66
  > - Has not made progress on push notifications yet
67
- >
67
+ >
68
68
  > Pankaj:
69
- >
69
+ >
70
70
  > - Worked on bulk assign form handling
71
71
  > - Allowed the option to retain the time zone
72
- >
72
+ >
73
73
  > Benjamin:
74
- >
74
+ >
75
75
  > - Faced difficulty regarding database connection issues in Heroku
76
76
  > - Resolved casting issues by switching to a different cash store
77
77
  > - Listed an interesting issue regarding split loads with more than one material transaction during the same trip
78
78
  > - Mentioned an integration issue with ACME
79
79
  > - Shared that there is an open discussion at ACME and he needs assistance with the release notes for a feature related to job production plans
80
- >
80
+ >
81
81
  > Open Discussion:
82
- >
82
+ >
83
83
  > - The team discussed the confusion over parameters and importing across different branches.
84
- >
84
+ >
85
85
  > Shirish:
86
- >
86
+ >
87
87
  > - Discussed fixing the cycle time summary query, which used to take up to 6-7 seconds and now takes less than 1 second
88
- >
88
+ >
89
89
  > Anish:
90
- >
90
+ >
91
91
  > - Added a business unit filter feature to the time card
92
92
  > - Will work on improving page titles
93
93
 
94
94
  ## Credits
95
95
 
96
- This gem was created by XBE.
96
+ This gem was created by XBE.
@@ -18,16 +18,16 @@ def main
18
18
  options[:output_file] = file
19
19
  end
20
20
 
21
- if ENV["OPENAI_API_KEY"]
22
- options[:openai_key] = ENV["OPENAI_API_KEY"]
21
+ if ENV["OPEN_AI_API_KEY"]
22
+ options[:openai_key] = ENV["OPEN_AI_API_KEY"]
23
23
  end
24
24
 
25
25
  opts.on("-k", "--openai-key KEY", "The OpenAI API key to use") do |key|
26
26
  options[:openai_key] = key
27
27
  end
28
28
 
29
- if ENV["OPENAI_ORG"]
30
- options[:openai_org] = ENV["OPENAI_ORG"]
29
+ if ENV["OPEN_AI_ORGANIZATION_ID"]
30
+ options[:openai_org] = ENV["OPEN_AI_ORGANIZATION_ID"]
31
31
  end
32
32
 
33
33
  opts.on("-g", "--openai-org ORG", "The OpenAI organization ID to use") do |org|
@@ -25,15 +25,15 @@ module SummarizeMeeting
25
25
  end
26
26
 
27
27
  def access_token
28
- @access_token ||= ENV.fetch("OPENAI_KEY") do
29
- fail KeyError, "Set OPENAI_KEY in the the ENV or set access_token directly"
28
+ return @access_token if defined?(@access_token)
29
+ @access_token = ENV.fetch("OPEN_AI_API_KEY") do
30
+ fail KeyError, "Set OPEN_AI_API_KEY in the the ENV or set access_token directly"
30
31
  end
31
32
  end
32
33
 
33
34
  def organization_id
34
- @organization_id ||= ENV.fetch("OPENAI_ORG") do
35
- fail KeyError, "Set OPENAI_ORG in the the ENV or set organization_id directly"
36
- end
35
+ return @organization_id if defined?(@organization_id)
36
+ @organization_id = ENV.fetch("OPEN_AI_ORGANIZATION_ID", nil)
37
37
  end
38
38
 
39
39
  def access_token=(token)
@@ -1,3 +1,3 @@
1
1
  module SummarizeMeeting
2
- VERSION = "1.5.0"
2
+ VERSION = "1.5.1"
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.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Devine
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-23 00:00:00.000000000 Z
11
+ date: 2023-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: optparse
@@ -151,11 +151,11 @@ files:
151
151
  - lib/summarize-meeting/ai.rb
152
152
  - lib/summarize-meeting/meeting.rb
153
153
  - lib/summarize-meeting/version.rb
154
- homepage:
154
+ homepage:
155
155
  licenses:
156
156
  - MIT
157
157
  metadata: {}
158
- post_install_message:
158
+ post_install_message:
159
159
  rdoc_options: []
160
160
  require_paths:
161
161
  - lib
@@ -170,8 +170,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  - !ruby/object:Gem::Version
171
171
  version: '0'
172
172
  requirements: []
173
- rubygems_version: 3.1.4
174
- signing_key:
173
+ rubygems_version: 3.3.7
174
+ signing_key:
175
175
  specification_version: 4
176
176
  summary: A command line utility that summarizes a meeting
177
177
  test_files: []