Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garrytrinder/msteams-bot-langchain

This is a sample app that demonstrates how to create a simple chat bot using Teams Toolkit and LangChain.
https://github.com/garrytrinder/msteams-bot-langchain

langchain langchain-js openai

Last synced: 25 days ago
JSON representation

This is a sample app that demonstrates how to create a simple chat bot using Teams Toolkit and LangChain.

Awesome Lists containing this project

README

        

# AI powered Chat Bot for Microsoft Teams using Teams Toolkit for Visual Studio Code, LangChain JS and OpenAI

## Get started

- Rename `env/.env.local.sample` to `.env.local`
- Rename `env/.env.local.user.sample` to `.env.local.user`
- Update `SECRET_OPENAI_API_KEY` in `.env.local.user`
- Press F5