NEXAS commited on
Commit
c5830ef
·
verified ·
1 Parent(s): 5b6e1ee

Update utils/llm_ag.py

Browse files
Files changed (1) hide show
  1. utils/llm_ag.py +1 -1
utils/llm_ag.py CHANGED
@@ -9,7 +9,7 @@ GROQ_API_KEY = os.getenv("GROQ_API_KEY")
9
  if not GROQ_API_KEY:
10
  raise ValueError("GROQ_API_KEY is not set in the .env file")
11
 
12
- def intiate_convo(user_query, image_description, additional_text, model="mixtral-8x7b-32768"):
13
  # Prepare the message payload
14
  messages = [
15
  {
 
9
  if not GROQ_API_KEY:
10
  raise ValueError("GROQ_API_KEY is not set in the .env file")
11
 
12
+ def intiate_convo(user_query, image_description, additional_text, model="llama-3.3-70b-versatile"):
13
  # Prepare the message payload
14
  messages = [
15
  {