Skip to content

ServiceStack/openai-vbnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VB.NET Client Example for OpenAI Chat Completions API

Run the example:

dotnet run

Add just the ChatCompletion and its dependent DTOs:

npx get-dtos vb https://localhost:5001 --include "ChatCompletion.*"

Alternatively, add all DTOs:

npx get-dtos vb https://localhost:5001

Update DTOs:

npx get-dtos vb

About

VB.NET Client Example for accessing ServiceStack's OpenAI Chat Completions API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published