Skip to content

This is a repo for a Power Automate cloud flow solution that allows the user to summarise Teams transcripts using GPT4.

License

Notifications You must be signed in to change notification settings

jondoesflow/Teams-Transcript-Summariser-Open-AI

Repository files navigation

Teams-Transcript-Summariser-Open-AI

This is a repo for a Power Automate cloud flow solution that allows the user to summarise Teams transcripts using GPT4.

See here for more details - https://www.jondoesflow.com/post/teams-transcript-summariser-with-gpt4-in-power-automate

Please use the latest version. (1_0_0_3)

Installation instructions

  1. Download the latest version from the repo.
  2. Go to https://make.powerapps.com
  3. Select the right environment you want to import the solution into
  4. Click Import Solution on the ribbon
  5. Browse to the solution zip file
  6. Click Next
  7. Click Next again
  8. Next you need to make sure you have an Open AI API key, you can get one from https://platform.openai.com
  9. Then you need to go to https://portal.azure.com and click on App Registrations, give it a name and click register.
  10. Take a copy of the Directory (tenant ) ID
  11. Take a copy of the Application (client) ID
  12. Click on API permissions and give all of these permissions to the App Registration: image
  13. Click Grant Admin permission for
  14. Click on Certificates and Secrets
  15. Click New client secret
  16. Make a copy of the value
  17. Set the application policy using powershell - https://learn.microsoft.com/en-us/graph/cloud-communication-online-meeting-application-access-policy#allow-applications-to-access-online-meetings-on-behalf-of-a-user
  18. Go back to the solution import, paste this in the TS Graph Client Secret field
  19. Paste the Tenant ID (from step 10) in the TS Graph Tenant ID field
  20. Paste the client ID (from step 11) in the TS Graph Client ID field

Next steps are optional:

  1. Go to https://dev.azure.com (you will be promoted to sign in, and probably taken back to the Azure Portal)
  2. Click on Azure DevOps Organisations
  3. In the top right hand corner click the person cog icon:

image

  1. Click Personal Access Token 25.Click New Token

image

  1. Complete as per the screenshot
  2. Click Create
  3. Copy the Personal Access Token (PAT Token)
  4. Click Close
  5. Paste this in the TS ADO PAT Key field back on the solution import page
  6. Click Import

About

This is a repo for a Power Automate cloud flow solution that allows the user to summarise Teams transcripts using GPT4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published