Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.04 KB

File metadata and controls

35 lines (19 loc) · 1.04 KB

Frends.OpenAI.CallChatGPT

Task for calling OpenAI's Chat GPT API.

License: MIT Build Coverage

Installing

You can install the Task via frends UI Task View.

Building

Clone a copy of the repository

git clone https://github.com/FrendsPlatform/Frends.OpenAI.git

Build the project

dotnet build

Run tests

Run the tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release

Third-party licenses

SonarAnalyzer.CSharp version (unmodified version 9.8.0.76515) used to analyze bugs, vulnerabilities and code smells uses LGPLv3, full text and source code can be found in https://github.com/SonarSource/sonar-dotnet.