Bundle OpenAI API client. Supports Chat Completions (GPT-4o, o1, etc.), Embeddings, Image Generation (DALL-E), and function/tool calling. Set OPENAI_API_KEY environment variable before use. Compile with -lib openai.
FileQuery
File query
Operations
GetFile #
Get the file ID
method : public : GetFile() ~ API.OpenAI.FileReturn
| Type | Description |
|---|---|
| File | file ID |
GetQuery #
Get the text query
method : public : GetQuery() ~ StringReturn
| Type | Description |
|---|---|
| String | text query |