Reference16r1:Apps/PbxManager/App myApps ConferenceTranscriptions: Difference between revisions
Created page with "With the assistant PBX-Manager plugin, the needed app object can be created and configured. In addition, the app object can be assigned to specific config templates, if any exist. == Add an app object == ;Name :The ''name'' displayed for the app object which must be unique. ;SIP :The ''sip'' from the app object which must be unique. === Assistant API === ====== Remote Service URL ====== The URL where the remote service interacting with the LLM is hosted. If you ar..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
With the | With the conference-transcription PBX-Manager plugin, the needed app object can be created and configured. | ||
In addition, the app object can be assigned to specific config templates, if any exist. | In addition, the app object can be assigned to specific config templates, if any exist. | ||
{{FIXME|reason=This product is in the beta phase and is not yet finished}} | |||
== Add an app object == | == Add an app object == | ||
| Line 10: | Line 12: | ||
:The ''sip'' from the app object which must be unique. | :The ''sip'' from the app object which must be unique. | ||
=== | === Conference Transcriptions API === | ||
=== | ====== Transcript auto deletion ====== | ||
Transcripts and summaries are stored in the database. You may choose to auto delete them after a certain time. | |||
===== | ====== Summary prompt ====== | ||
At the end of a conference the transcript is send to the LLM you have chosen in order to create the summary. You may adapt the prompt to your liking. | |||
====== Minimal latency ====== | |||
The audio of the conference is buffered for that amount of time before it is send to the transcription service. The result (the text) is then cut of after the last complete sentence. You may choose to set that value to 1 second (minmal value) so you would obtain fast transcription results, but you would also have high costs as the audio chunks are accumulated until a full sentence was spoken (1s + 2s + 3s + ... full sentece). We therefor recommend to keep it at high values (e.g. 30 seconds) | |||
===== LLM (Model) ===== | |||
The actual LLM (model) you intend to use. These are requested using the [https://sdk.innovaphone.com/16r1/web1/com.innovaphone.assistant/com.innovaphone.assistant.htm local assistant JavaScript API] | |||
==Related Articles== | ==Related Articles== | ||
* [[{{NAMESPACE}}:Concept App Service | * [[{{NAMESPACE}}:Concept App Service Conference Transcriptions|Reference16r1:Concept App Service Conference Transcriptions]] | ||
Latest revision as of 14:34, 2 October 2025
With the conference-transcription PBX-Manager plugin, the needed app object can be created and configured. In addition, the app object can be assigned to specific config templates, if any exist.
Add an app object
- Name
- The name displayed for the app object which must be unique.
- SIP
- The sip from the app object which must be unique.
Conference Transcriptions API
Transcript auto deletion
Transcripts and summaries are stored in the database. You may choose to auto delete them after a certain time.
Summary prompt
At the end of a conference the transcript is send to the LLM you have chosen in order to create the summary. You may adapt the prompt to your liking.
Minimal latency
The audio of the conference is buffered for that amount of time before it is send to the transcription service. The result (the text) is then cut of after the last complete sentence. You may choose to set that value to 1 second (minmal value) so you would obtain fast transcription results, but you would also have high costs as the audio chunks are accumulated until a full sentence was spoken (1s + 2s + 3s + ... full sentece). We therefor recommend to keep it at high values (e.g. 30 seconds)
LLM (Model)
The actual LLM (model) you intend to use. These are requested using the local assistant JavaScript API