class OpenAI::VoiceControlInterface

Overview

A Voice interface that should be able to:

Defined in:

open_ai/voice_control.cr

Constant Summary

PROMPT = OpenAI::Message.new(:user, "\n")

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

A Voice interface that should be able to:

  • request

Instance Method Detail

def custom_prompts : Array(OpenAI::Message) #

[View source]
def llm_model_id : String #

[View source]
def module_status(module_id : String) : Hash(String, String) #

returns a hash of status values


[View source]
def on_load #

[View source]
def on_update #

[View source]
def request(text : String) #

[View source]
def system_metadata #

[View source]