Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 838 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 838 Bytes

The ChatRoom for openai agent

This repo contains the quick-start configuration for openai agent.

openai

Quick Start

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

  2. Run the following command to restore dotnet tools

Note

You need to have the .NET 8.0 SDK installed to run the following command.

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

  2. Start the Agent Chatroom!

dotnet chatroom run -c openai.json

Further Reading