-
Notifications
You must be signed in to change notification settings - Fork 22
MMI-3389 Add Auto Clipper Service #2538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a48ea4e to
f387840
Compare
Add DevOps configs Publish tno-core:1.0.30
| <PackageReference Include="SSH.NET" Version="2024.2.0" /> | ||
|
|
||
| <!-- Force latest to remove warnings --> | ||
| <PackageReference Include="System.Formats.Asn1" Version="10.0.1" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix build warnings
| "(?i)coming up": Promo | ||
| llm_segmentation: true | ||
| llm_model: gpt-5.1-chat | ||
| llm_temperature: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've moved temperature here because it's model specific
| AUTOCLIP_HARNESS_BATCH_TIMEOUT_MINUTES=45 | ||
| AUTOCLIP_HARNESS_LLM_URL=https://your-resource.openai.azure.com | ||
| AUTOCLIP_HARNESS_LLM_KEY= | ||
| AUTOCLIP_HARNESS_LLM_DEPLOYMENT= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably needs to be updated.
Add DevOps configs Publish tno-core:1.0.30 Co-authored-by: AlessiaYChen <alessia.yanchen@gov.bc.ca>
The majority of this work comes from Alessia.
This new Auto Clipper Service performs a transcription and then analyzes the transcription to determine how many separate stories are in it. It will then automatically generate new content items for each story.
For each story it will include any configured tags to help identify them in the search.
A configuration file will need to be created for each source to get better AI results.
Summary
There is a new Clip button on the Editor Content Form page to start this process.