Skip to content

LittleLittleCloud/Powershell-ChatRoom

Repository files navigation

The ChatRoom for powershell agents

This repo contains the quick-start configuration for powershell agents.

drawing

Quick Start

  1. Clone this repo and navigate to the root directory of the repo.

  2. Run the following command to restore dotnet tools

dotnet tool restore
  1. Replace the <openai-api-key> in powershell.json with your own OpenAI API key.

  2. Start chatting with powershell agents in the General channel!

dotnet chatroom -c powershell.json

Further Reading