From 9fea2456e16f6bf45c49c31b10f0e0c8760b26f0 Mon Sep 17 00:00:00 2001 From: Peter Banda Date: Thu, 29 Aug 2024 11:14:13 +0200 Subject: [PATCH] Formatting --- .../openaiscala/domain/settings/CreateCompletionSettings.scala | 2 +- .../io/cequence/openaiscala/domain/settings/JsonSchema.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openai-core/src/main/scala/io/cequence/openaiscala/domain/settings/CreateCompletionSettings.scala b/openai-core/src/main/scala/io/cequence/openaiscala/domain/settings/CreateCompletionSettings.scala index ed0af2d5..628257bc 100644 --- a/openai-core/src/main/scala/io/cequence/openaiscala/domain/settings/CreateCompletionSettings.scala +++ b/openai-core/src/main/scala/io/cequence/openaiscala/domain/settings/CreateCompletionSettings.scala @@ -70,5 +70,5 @@ case class CreateCompletionSettings( // If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same seed and parameters should return the same result. // Determinism is not guaranteed, and you should refer to the system_fingerprint response parameter to monitor changes in the backend. - seed: Option[Int] = None, // NEW + seed: Option[Int] = None ) diff --git a/openai-core/src/main/scala/io/cequence/openaiscala/domain/settings/JsonSchema.scala b/openai-core/src/main/scala/io/cequence/openaiscala/domain/settings/JsonSchema.scala index 92f42a99..5520cfff 100644 --- a/openai-core/src/main/scala/io/cequence/openaiscala/domain/settings/JsonSchema.scala +++ b/openai-core/src/main/scala/io/cequence/openaiscala/domain/settings/JsonSchema.scala @@ -5,4 +5,4 @@ case class JsonSchema( strict: Boolean = false, // TODO: introduce a proper json schema type / case classes structure: Map[String, Any] -) \ No newline at end of file +)