Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 617 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 617 Bytes

Introduction

Code for interacting with OpenAI models in python and storing chats in a local database

Getting Started

  1. Installation process
pip install . --user
  1. Software dependencies (the above might already take care of this!)
pip install -r requirements.txt --user
  1. Latest releases
  2. API references

see notebooks for examples of use within a jupyter notebook (e.g. in VScode)

Build and Test

TODO: Describe and show how to build your code and run the tests.

Contribute

TODO: Explain how other users and developers can contribute to make your code better.