Skip to content

Commit

Permalink
desciption -> description
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Aug 15, 2024
1 parent f6981bf commit 7f0d454
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/jobs/analyze_talk_topics_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def prompt(talk)
1. First, review the metadata of the video:
<metadata>
- title: #{talk.title}
- desciption: #{talk.description}
- description: #{talk.description}
- speaker name: #{talk.speakers.map(&:name).to_sentence}
- event name: #{talk.event_name}
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion app/models/talk/summary_commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def create_summary_prompt
1. First, review the metadata of the video:
<metadata>
- title: #{title}
- desciption: #{description}
- description: #{description}
- speaker name: #{speakers.map(&:name).to_sentence}
- event name: #{event_name}
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion app/models/talk/transcript_commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def enhance_transcript_prompt
First, here is the metadata for the transcript:
- title: #{title}
- desciption: #{description}
- description: #{description}
- speaker name: #{speakers.map(&:name).to_sentence}
- event name: #{event_name}
Expand Down
2 changes: 1 addition & 1 deletion test/vcr_cassettes/talks/extract_topics.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/vcr_cassettes/talks/transcript-enhancement.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f0d454

Please sign in to comment.