The ChatRoom for openai agent
This repo contains the quick-start configuration for openai agent.
-
Clone this repo and navigate to the root directory of the repo.
-
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
-
Replace the
<openai-api-key>
in openai.json with your own OpenAI API key. -
Start the Agent Chatroom!
dotnet chatroom run -c openai.json