Class: AIRecordFinder::Providers::OpenAI

Inherits:
Base
  • Object
show all
Defined in:
lib/ai_record_finder/providers/openai.rb

Overview

OpenAI (and OpenAI-compatible) Chat Completions API.

Constant Summary collapse

ENDPOINT_PATH =
"chat/completions"

Method Summary

Methods inherited from Base

#chat_completion, #initialize

Constructor Details

This class inherits a constructor from AIRecordFinder::Providers::Base