Skip to content

ServiceStack/openai-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Client Example for OpenAI Chat Completions API

Start your AI Chat .NET App

Run the example:

./gradlew run

Add just the ChatCompletion and its dependent DTOs:

npx get-dtos kotlin http://localhost:5000 --include "ChatCompletion.*" -qs "Package=org.example"

Alternatively, add all DTOs:

npx get-dtos kotlin http://localhost:5000 -qs "Package=org.example"

Update DTOs:

npx get-dtos kotlin

About

Kotlin Client Example for accessing ServiceStack's OpenAI Chat Completions API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published