Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 374 Bytes

CodeRelay Client User Manual

Overview

CodeRelay Server provides CodeRelay Client the data it needs to simplify copying code from your c# codebase to an LLM chatbot.

Settings

  • Codebase path: Use the AllowedBasePath field inside appsettings.json to set the path to your c# codebase.

Run

Run the server in a terminal window:

dotnet run Program.cs