HSV-AI / presentations

This repository is used to manage the presentations given at Huntsville AI meetups. It provides a collection of Issues, Cards, and Files to plan and create the content needed for a presentation.
17 stars 6 forks source link

5/15/2024 - OpenAI API #98

Closed jperiodlangley closed 6 months ago

jperiodlangley commented 7 months ago

Description

The OpenAI API appears to be the standard way of interoperating with LLMs and other models. Need to go through how to use it and what libraries are available to connect.

Complete the following items to get a presentation ready for Huntsville AI

Adding material to the presentations repository

Add the file to present (prefer Jupyter Notebooks or Markdown formated files) to the folder structure. For multiple files, create a directory following the naming convention and add the files to it.

Naming convention

We use a convention of starting the filenames with a date (year/month/day) so that the files are still sorted by date even when in alphabetical format.

YYMMDD_Session_Description.extension

jperiodlangley commented 6 months ago

API reference for the latest version is here: https://platform.openai.com/docs/api-reference/

It's difficult to find information about previous versions.

jperiodlangley commented 6 months ago

openai-api