File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
anthropic-client/src/main/scala/io/cequence/openaiscala/anthropic
openai-core/src/main/scala/io/cequence/openaiscala/domain/settings Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import io.cequence.openaiscala.anthropic.domain.response.{
2121}
2222import io .cequence .openaiscala .anthropic .domain .{ChatRole , Content , Message }
2323import io .cequence .wsclient .JsonUtil
24- import play .api .libs .functional .syntax ._
25- import play .api .libs .json ._
24+ import play .api .libs .functional .syntax ._
25+ import play .api .libs .json ._
2626
2727object JsonFormats extends JsonFormats
2828
Original file line number Diff line number Diff line change @@ -2,13 +2,6 @@ package io.cequence.openaiscala.domain.settings
22
33import io .cequence .wsclient .domain .NamedEnumValue
44
5- case class UploadFileSettings (
6- // The intended purpose of the uploaded documents. Use "fine-tune" for Fine-tuning.
7- // This allows us to validate the format of the uploaded file.
8- // Note: currently only 'fine-tune' is supported (as of 2023-01-20)
9- purpose : FileUploadPurpose
10- )
11-
125sealed abstract class FileUploadPurpose (value : String ) extends NamedEnumValue (value)
136
147object FileUploadPurpose {
You can’t perform that action at this time.
0 commit comments