Class: RubyCoded::Chat::CodexModels::CodexModel

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_coded/chat/codex_models.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#context_windowObject

Returns the value of attribute context_window

Returns:

  • (Object)

    the current value of context_window



9
10
11
# File 'lib/ruby_coded/chat/codex_models.rb', line 9

def context_window
  @context_window
end

#display_nameObject

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



9
10
11
# File 'lib/ruby_coded/chat/codex_models.rb', line 9

def display_name
  @display_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/ruby_coded/chat/codex_models.rb', line 9

def id
  @id
end

#max_outputObject

Returns the value of attribute max_output

Returns:

  • (Object)

    the current value of max_output



9
10
11
# File 'lib/ruby_coded/chat/codex_models.rb', line 9

def max_output
  @max_output
end

Instance Method Details

#to_sObject



10
11
12
# File 'lib/ruby_coded/chat/codex_models.rb', line 10

def to_s
  id
end