Class: RubyCoded::Chat::CodexModels::CodexModel
- Inherits:
-
Struct
- Object
- Struct
- RubyCoded::Chat::CodexModels::CodexModel
- Defined in:
- lib/ruby_coded/chat/codex_models.rb
Instance Attribute Summary collapse
-
#context_window ⇒ Object
Returns the value of attribute context_window.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#max_output ⇒ Object
Returns the value of attribute max_output.
-
#pro_only ⇒ Object
Returns the value of attribute pro_only.
Instance Method Summary collapse
Instance Attribute Details
#context_window ⇒ Object
Returns the value of attribute context_window
11 12 13 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 11 def context_window @context_window end |
#display_name ⇒ Object
Returns the value of attribute display_name
11 12 13 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 11 def display_name @display_name end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 11 def id @id end |
#max_output ⇒ Object
Returns the value of attribute max_output
11 12 13 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 11 def max_output @max_output end |
#pro_only ⇒ Object
Returns the value of attribute pro_only
11 12 13 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 11 def pro_only @pro_only end |
Instance Method Details
#pro_only? ⇒ Boolean
21 22 23 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 21 def pro_only? pro_only == true end |
#provider ⇒ Object
17 18 19 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 17 def provider PROVIDER end |
#to_s ⇒ Object
13 14 15 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 13 def to_s id end |