Class: Raif::Llms::OpenAiCompletions

Inherits:
OpenAiBase
  • Object
show all
Includes:
Concerns::Llms::OpenAiCompletions::MessageFormatting, Concerns::Llms::OpenAiCompletions::ResponseToolCalls, Concerns::Llms::OpenAiCompletions::ToolFormatting
Defined in:
app/models/raif/llms/open_ai_completions.rb

Instance Method Summary collapse

Instance Method Details

#batch_endpoint_pathObject



8
9
10
# File 'app/models/raif/llms/open_ai_completions.rb', line 8

def batch_endpoint_path
  "/v1/chat/completions"
end