Skip to content

LittleLittleCloud/Powershell-ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 both client.json and server.json with your own OpenAI API key.

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

dotnet chatroom -c client.json

Further Reading