first version

This commit is contained in:
2023-06-04 21:50:52 +02:00
parent 8509f2e1f5
commit 05c77b3199
3 changed files with 62 additions and 21 deletions

11
build.sbt Normal file
View File

@ -0,0 +1,11 @@
name := "chat_sql"
version := "dev"
scalaVersion := "3.2.2"
scalaBinaryVersion := "3"
libraryDependencies ++= Seq(
"io.cequence" %% "openai-scala-client" % "0.3.2",
"org.postgresql" % "postgresql" % "42.6.0"
)