OpenAI API library

Revision as of 00:42, 25 July 2023 by Lchrisman (talk | contribs) (Getting started)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page is under construction. The library is not yet available for download, but when it is ready, we will include a download link on this page



Release:

4.6  •  5.0  •  5.1  •  5.2  •  5.3  •  5.4  •  6.0  •  6.1  •  6.2  •  6.3  •  6.4  •  6.5


Requires the Analytica Enterprise edition or better

The Open AI API library is a collection of Analytica functions that enable you interface with large language models (LLMs) from within your Analytica model. You can leverage the flexibility of these generative A.I. models to perform tasks that would be hard to do in a formal program. And you can use this library to learn about generative A.I. from within Analytica. This page is a reference to the functions in the library. It is accompanied by a Tutorial on using the library. Going through the tutorial is a great way to learn about LLMs.

Requirements

To use this library, you must have:

To get an OpenAI API key

  1. Go to [https://platform.openai.com/] and sign up for an account.
  2. Click on your profile picture and select View API keys
  3. Click Create new secret key.
  4. Copy this key to the clipboard (or otherwise save it)

Getting started

  1. Download the library to your "C:\Program Files\Lumina\Analytica 6.5\Libraries folder.
  2. Launch Analytica
  3. Load your model, or start a new model.
  4. Select File / Add Library...., select OpenAI API library.ana [OK], select Link [OK].
  5. Enter the OpenAI API lib library module.
  6. Press either Save API key in env var or Save API key with your model. Read the text on that page to understand the difference.
  7. A message box appears asking you to enter your API key. Paste it into the box to continue.

At this point, you should be able to call the API. View the result of Available models to test whether the connect to OpenAI is working. This shows you the list of OpenAI models that you have access to.

Text generation from a prompt

Managing a chat

Similarity embeddings

Comments


You are not allowed to post comments.