Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Aug 29, 2024
1 parent 72b3700 commit 9fea245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ case class JsonSchema(
strict: Boolean = false,
// TODO: introduce a proper json schema type / case classes
structure: Map[String, Any]
)
)

0 comments on commit 9fea245

Please sign in to comment.