Skip to content

Commit 4ab93c7

Browse files
committed
updated filenames
1 parent 5539667 commit 4ab93c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llm_quiz_generator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GROQ_API_KEY=your_groq_api_key_here
6262

6363
#### **Option 2: Paste the API Key Directly into the Script**
6464

65-
1. Open the `quiz_generator.py` file in your code editor.
65+
1. Open the `main.py` file in your code editor.
6666
2. Find the following line in the script (around line 38):
6767
```python
6868
API_KEY = os.environ["GROQ_API_KEY"]
@@ -92,7 +92,7 @@ pip install -r requirements.txt
9292
### Step 5: Run the Script
9393
1. To generate the quiz, open a terminal or command prompt in the folder where the script is located and run the following command:
9494
```
95-
python quiz_generator.py
95+
python main.py
9696
```
9797
This will extract the text from the PDFs, generate multiple-choice questions (MCQs) using the language model, and save the output the folder named `Source`.
9898

0 commit comments

Comments
 (0)