Skip to content

Manaskashy/LLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM

A minimal Python project to experiment with Large Language Models (LLMs).
This repo provides a lightweight starting point for making API calls to LLMs, analyzing outputs, and logging results.


LLM/ ├── .env # Environment variables (ignored in Git) ├── app.py # Main entry point ├── call_analysis.csv # Logs of past API calls ├── requirements.txt # Python dependencies └── README.md # Project documentation

🚀 Getting Started

Prerequisites

  • Python 3.8+
  • An API key for the LLM provider (e.g., OpenAI)

Installation

Clone the repository:

git clone https://github.com/Manaskashy/LLM.git
cd LLM

Set up a virtual environment:

python -m venv venv
source venv/bin/activate   # Linux / macOS
venv\Scripts\activate      # Windows

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages