codewithdark commited on
Commit
003b8eb
·
verified ·
1 Parent(s): 622dd40

Update utility/script_generator.py

Browse files
Files changed (1) hide show
  1. utility/script_generator.py +1 -1
utility/script_generator.py CHANGED
@@ -31,7 +31,7 @@ def generate_script(topic):
31
  )
32
 
33
  # Initialize the text-generation pipeline
34
- pipe = pipeline("text-generation", model="deepseek-ai/DeepSeek-R1-Distill-Qwen-32B")
35
 
36
  # Generate the script using the pipeline
37
  response = pipe(
 
31
  )
32
 
33
  # Initialize the text-generation pipeline
34
+ pipe = pipeline("text-generation", model="deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
35
 
36
  # Generate the script using the pipeline
37
  response = pipe(