Update ai_generator.py
Browse files- ai_generator.py +1 -1
ai_generator.py
CHANGED
@@ -4,7 +4,7 @@ huggingface-cli login
|
|
4 |
|
5 |
# Load the Hugging Face pipeline for text generation
|
6 |
|
7 |
-
pipe = pipeline("text-generation", model="
|
8 |
|
9 |
|
10 |
|
|
|
4 |
|
5 |
# Load the Hugging Face pipeline for text generation
|
6 |
|
7 |
+
pipe = pipeline("text-generation", model="nvidia/Llama-3.1-Nemotron-70B-Instruct-HF")
|
8 |
|
9 |
|
10 |
|