Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
dimeai
master
Top Level Namespace
DimeAI
Profile
OpenAIConfig
PromtTweaks
Generated using Crystal 1.14.0
2024-11-26 07:06:32 UTC
struct
DimeAI::
Profile::
OpenAIConfig
DimeAI::Profile::OpenAIConfig
Struct
Value
Object
Included Modules
JSON::Serializable
Extended Modules
JSON::Schema
Defined in:
dimeai.cr
Constructors
.new
(api_key : String, model : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#api_key
: String
#model
: String
Constructor Detail
def self.
new
(api_key : String, model : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
api_key
: String
#
[
View source
]
def
model
: String
#
[
View source
]