openai4s.config.CommonConstants.scala Maven / Gradle / Ivy
The newest version!
package openai4s.config
import refined4s.compat.RefinedCompatAllTypes.*
/** @author Kevin Lee
* @since 2023-08-12
*/
object CommonConstants {
val DefaultOpenAiUri: Uri = Uri("https://api.openai.com")
}