llm

llm

A bunch of experiments using Large Language Models

Stars: 99

Visit
 screenshot

This repository contains a collection of experiments with Large Language Models (LLMs). The experiments explore various applications of LLMs, including text generation, question answering, and code generation. The repository also includes a setup guide and instructions on how to use the experiments.

README:

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]

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for llm

Similar Open Source Tools

For similar tasks

For similar jobs