module DimeAI
Extended Modules
Defined in:
dimeai.crConstant Summary
-
VERSION =
"0.1.0"
Instance Method Summary
- #create_profile(profile_name, openai_key)
- #default_profile : Profile
- #get_profile(profile_name) : Profile
- #send_request(openai, prompt : String, model : String, history : Array(NamedTuple(role: String, content: String)), &block : String -> )
Instance Method Detail
def send_request(openai, prompt : String, model : String, history : Array(NamedTuple(role: String, content: String)), &block : String -> )
#