Update utils/llm_ag.py
Browse files- 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="
|
| 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 |
{
|