su77ungr / DiscordBot-Credentials

Test https://github.com/microsoft/semantic-kernel for simple discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiscordBot

A Discord bot that can be used to test semantic kernel https://github.com/microsoft/semantic-kernel

Setup

  1. Create a Discord bot and get the token

  2. Go to in solution folder and run

git submodule init
git submodule update
  1. Add secrets to DiscordBot
{
  "Bot:Key": "YOUR-DISCORD-BOT-KEY",
  "OPENAI_API_KEY": "OPENAI_API_KEY"
  "Completion:Key": "OPENAI_API_KEY",
  "TextCompletion:Key": "OPENAI_API_KEY",
  "Embedding:Key": "OPENAI_API_KEY",
  "BING_API_KEY": "BING_API_KEY",
}

Commands

/ping

get pong

/ask [goal]

perform a goal

About

Test https://github.com/microsoft/semantic-kernel for simple discord bot

License:MIT License


Languages

Language:C# 100.0%