Evaluator

data class Evaluator(val name: String = "Socrates", val voice: String = "You speak like a friendly, relaxed human", val prompt: String = "eval/socrates", val temperature: Double = 0.5, val signoff: String = "So Long, and Thanks for All the Fish")

Constructors

Link copied to clipboard
constructor(name: String = "Socrates", voice: String = "You speak like a friendly, relaxed human", prompt: String = "eval/socrates", temperature: Double = 0.5, signoff: String = "So Long, and Thanks for All the Fish")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val temperature: Double = 0.5
Link copied to clipboard