ANASAKHTAR commited on
Commit
056c018
·
verified ·
1 Parent(s): 3005df2

Update ai_generator.py

Browse files
Files changed (1) hide show
  1. ai_generator.py +1 -1
ai_generator.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  # Load the Hugging Face pipeline for text generation
5
 
6
- pipe = pipeline("text-generation", model="nvidia/Llama-3.1-Nemotron-70B-Instruct-HF")
7
 
8
 
9
 
 
3
 
4
  # Load the Hugging Face pipeline for text generation
5
 
6
+ pipe = pipeline("text-generation", model="Qwen/Qwen2.5-1.5B-Instruct")
7
 
8
 
9