Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ecostanzi committed May 23, 2024
1 parent ccd139e commit 9b1b588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/OpenllamaChatClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class OpenllamaChatClient(private val baseUrl: String, private val model: String
}
""".trimIndent()

log.info("Querying opellama with prompt $requestBody")

val request = Request.Builder()
.url(url)
.addHeader("Content-Type", "application/json")
Expand Down

0 comments on commit 9b1b588

Please sign in to comment.