SwiftBeta / SwiftOpenAI

OpenAI API build with Swift ❤️
https://www.swiftbeta.com
MIT License
198 stars 18 forks source link

ChatCompletionsOptionalParameters 'stop' should be a [String]? not a String? #17

Closed optera15 closed 1 year ago

optera15 commented 1 year ago

As an optional param, an array of stop Strings is passed to OpenAI, not just a single stop String. This kills my main use case so hopefully it gets fixed soon!

SwiftBeta commented 1 year ago

Fixed release 0.8.0