File size: 674 Bytes
d776514
 
 
 
 
 
 
 
 
 
bba23cc
d776514
bba23cc
d10d67d
 
bba23cc
 
 
 
 
d10d67d
bba23cc
 
 
 
d10d67d
bba23cc
 
 
d10d67d
bba23cc
 
 
 
d10d67d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: GPT
emoji: πŸ“‰
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.30.0
app_file: app.py
pinned: false
---
# GPT-1 Text Generator (CPU-Optimized)

A CPU-friendly text generation app for the original GPT model.

## Features
- Conversation history tracking
- Custom system prompts
- Session saving/loading
- Advanced generation controls
- Mobile-responsive interface

## Requirements
- Python 3.8+
- 18GB RAM (minimum)
- No GPU required

## Installation
1. `pip install -r requirements.txt`
2. `python app.py`

## Usage Tips
- Keep prompts under 512 tokens
- Reduce max_new_tokens if experiencing memory issues
- Use repetition_penalty >1.0 to reduce loops