Conversation
a48ea4e to
f387840
Compare
Add DevOps configs Publish tno-core:1.0.30
Fosol
commented
Jan 16, 2026
| <PackageReference Include="SSH.NET" Version="2024.2.0" /> | ||
|
|
||
| <!-- Force latest to remove warnings --> | ||
| <PackageReference Include="System.Formats.Asn1" Version="10.0.1" /> |
| "(?i)coming up": Promo | ||
| llm_segmentation: true | ||
| llm_model: gpt-5.1-chat | ||
| llm_temperature: 1 |
Collaborator
Author
There was a problem hiding this comment.
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= |
Collaborator
Author
There was a problem hiding this comment.
This probably needs to be updated.
Fosol
added a commit
to Fosol/tno
that referenced
this pull request
Jan 16, 2026
Add DevOps configs Publish tno-core:1.0.30 Co-authored-by: AlessiaYChen <alessia.yanchen@gov.bc.ca>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.