Skip to content

Update README.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,18 @@ Note: The usage of LM Studio API is free and does not require an internet connec
3. **Download a Model**:
- Download the gemma-2b-it.fp16 model or any other model suitable for your needs.

4. **Run the Script**:
4. Install necessary packages using pip:
- `pip install openai`

5. **Run the Script**:
```
python run.py
```

5. **Input Your Request**:
6. **Input Your Request**:
- Follow the prompts to input your request for a tutorial. Enter your query when prompted.

6. **Save Tutorial**:
7. **Save Tutorial**:
- The generated tutorial will be saved as an HTML file and logged in a text file.

## Requirements
Expand Down