Skip to content
/ llm Public

A bunch of experiments using Large Language Models

Notifications You must be signed in to change notification settings

svpino/llm

Repository files navigation

A bunch of experiments with LLMs

Setup

  1. Create a virtual environment and install the required packages:
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
  1. Create a free Pinecone account and get your API key from here.

  2. Create a .env file with the following variables:

OPENAI_API_KEY = [ENTER YOUR OPENAI API KEY HERE]
PINECONE_API_KEY = [ENTER YOUR PINECONE API KEY HERE]

About

A bunch of experiments using Large Language Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published