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
DimeAI::Profile
Struct
Value
Object
Included Modules
JSON::Serializable
Extended Modules
JSON::Schema
Defined in:
dimeai.cr
Constructors
.new
(openai : OpenAIConfig, prompt_tweeks : PromtTweaks)
.new
(pull : JSON::PullParser)
Instance Method Summary
#openai
: OpenAIConfig
#prompt_tweeks
: PromtTweaks
Constructor Detail
def self.
new
(openai :
OpenAIConfig
, prompt_tweeks :
PromtTweaks
)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
openai
:
OpenAIConfig
#
[
View source
]
def
prompt_tweeks
:
PromtTweaks
#
[
View source
]