Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 814 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 814 Bytes

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