Skip to main content
Power Automate
    • Connectors
    • Templates
    • Take a guided tour
    • Digital process automation
    • Robotic process automation
    • Business process automation
    • Process advisor
    • AI Builder
  • Pricing
  • Partners
    • Blog
    • Documentation
    • Roadmap
    • Self-paced learning
    • Webinar
    • Business process and workflow automation topics
    • Overview
    • Issues
    • Give feedback
    • Overview
    • Forums
    • Galleries
    • Submit ideas
    • User groups
    • Register
    • ·
    • Sign in
    • ·
    • Help
    Go To
    • Microsoft Power Automate Community
    • Welcome to the Community!
    • News & Announcements
    • Get Help with Power Automate
    • General Power Automate Discussion
    • Using Connectors
    • Building Flows
    • Using Flows
    • Power Automate Desktop
    • Process Advisor
    • AI Builder
    • Power Automate Mobile App
    • Translation Quality Feedback
    • Connector Development
    • Power Platform Integration - Better Together!
    • Power Platform Integrations
    • Power Platform and Dynamics 365 Integrations
    • Galleries
    • Community Connections & How-To Videos
    • Webinars and Video Gallery
    • Power Automate Cookbook
    • Events
    • 2021 MSBizAppsSummit Gallery
    • 2020 MSBizAppsSummit Gallery
    • 2019 MSBizAppsSummit Gallery
    • Community Engagement
    • Community AMA
    • Community Blog
    • Power Automate Community Blog
    • Community Support
    • Community Accounts & Registration
    • Using the Community
    • Community Feedback
    cancel
    Turn on suggestions
    Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
    Showing results for 
    Search instead for 
    Did you mean: 
    • Microsoft Power Automate Community
    • Galleries
    • Power Automate Cookbook
    • Learn how to add ChatGPT to Microsoft Teams

    Learn how to add ChatGPT to Microsoft Teams

    01-25-2023 11:50 AM

    Adam_deMont
    Frequent Visitor
    1262 Views
    LinkedIn LinkedIn Facebook Facebook Twitter Twitter
    Adam_deMont
    Adam_deMont
    Frequent Visitor
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    Learn how to add ChatGPT to Microsoft Teams

    ‎01-25-2023 11:50 AM

    ChatGPT is a revolutionary Artificial Intelligence (AI) technology that has the power to change the way we work. Now that Microsoft has invested heavily in OpenAI, it’s only a matter of time before their capabilities are built into the Microsoft 365 and Azure platforms. By using Power Automate to integrate that technology into Microsoft Teams, you can effortlessly access those AI capabilities directly from a Teams channel now without having to wait for Microsoft. You will only need one OpenAI account in order for everyone in that channel to use ChatGPT from within Teams. Anyone with access to that channel can simply post a question to ChatGPT, and an automated cloud flow will trigger. The flow will get the message details from the user and pass the question, as a variable, to an HTTP POST request to ChatGPT. Once the request returns the answer response from that site, it is used as a variable to reply to the user who asked it in the thread where it was asked.

    https://fortechsupport.com/blog/learn-how-to-add-chatgpt-to-microsoft-teams/

     

    Please let me know what you think.

    watch?v=U00hiV1I_S0

    Pictures.zip
    Labels:
    • Labels:
    • Automated Flows
    Message 1 of 3
    1,262 Views
    1 Kudo
    Reply
    • All forum topics
    • Previous Topic
    • Next Topic
    jimbluesky
    jimbluesky
    Frequent Visitor
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎02-13-2023 05:41 PM

    thanks Adam. I followed your step but got following when chat with the bot:

     

    package com.example.demo.controller;

    import com.example.demo.model.User; import com.example.demo.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*;

    import java.util.List;

    @RestController @RequestMapping("/user") public class UserController {​​

    @Autowired
    private UserService userService;
    
    @GetMapping("/all")
    public List<User> getAllUsers(){​​
        return userService.getAllUsers();
    }​​
    
    @PostMapping("/add")
    public void addUser(@RequestBody User user){​​
        userService.addUser(user);
    }​​
    
    @PutMapping("/update")
    public void updateUser(@RequestBody User user){​​
        userService.updateUser(user);
    }​​
    
    @DeleteMapping("/delete/{​​id}​​")
    public void deleteUser(@PathVariable int id){​​
        userService.deleteUser(id);
    }​​

    }​​

     
    Any idea why?
    Message 2 of 3
    864 Views
    0 Kudos
    Reply
    Adam_deMont
    Adam_deMont
    Frequent Visitor
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    Monday

    It may be easier to build custom connectors for the Open AI models DALL-E, GPT-3, and ChatGPT, watch this other video. https://www.youtube.com/watch?v=iVxKY2LJ1Dg

    Message 3 of 3
    124 Views
    0 Kudos
    Reply

    Power Platform

    • Overview
    • Power BI
    • Power Apps
    • Power Pages
    • Power Automate
    • Power Virtual Agents

    • Sign up free
    • Sign in

    Browse

    • Templates
    • Connectors
    • Partners

    Downloads

    • Mobile
    • Gateway

    Learn

    • Documentation
    • Learn
    • Support
    • Community
    • Give feedback
    • Blog
    • Pricing

    • © 2023 Microsoft
    • Contact us
    • Trademarks
    • Privacy & cookies
    • Manage cookies
    • Terms of use
    • Terms & conditions
    California Consumer Privacy Act (CCPA) Opt-Out Icon Your California Privacy Choices