The ChatRoom for openai agent

July 10, 2024 ยท View on GitHub

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