Skip to content

ollls/quartz-h2-gptapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple example with http/2 quartz-h2 server/client with jsoniter-scala json codec accessing Chat GPT API.

quartz-h2 http2 server.
https://github.com/ollls/quartz-h2

JSON library.
https://github.com/plokhotnyuk/jsoniter-scala

Commands:

  • sbt run http POST english text to https://127.0.0.1:8443/token.

  • sbt assembly java -jar qh2-http-run.jar

  • sbt test Make sure you have proper path for

  val FOLDER_PATH = "...."
  val BIG_FILE = "img_0278.jpeg"

Options for logging level.

sbt "run --debug"
sbt "run --error"
sbt "run --off"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages