gokaygokay commited on
Commit
dd8afa8
·
verified ·
1 Parent(s): 5973976

Update llm_inference_video.py

Browse files
Files changed (1) hide show
  1. llm_inference_video.py +1 -1
llm_inference_video.py CHANGED
@@ -102,7 +102,7 @@ Generate rich, technical video prompts that include:
102
  model = model or "meta-llama/Meta-Llama-3.1-70B-Instruct"
103
  elif provider == "Groq":
104
  client = self.groq_client
105
- model = model or "llama-3.1-70b-versatile"
106
  elif provider == "SambaNova":
107
  client = self.sambanova_client
108
  model = model or "Meta-Llama-3.1-70B-Instruct"
 
102
  model = model or "meta-llama/Meta-Llama-3.1-70B-Instruct"
103
  elif provider == "Groq":
104
  client = self.groq_client
105
+ model = model or "llama-3.3-70b-versatile"
106
  elif provider == "SambaNova":
107
  client = self.sambanova_client
108
  model = model or "Meta-Llama-3.1-70B-Instruct"