Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ api_key = os.getenv("Groq_API_KEY")
|
|
13 |
# Initialize Groq-powered LLaMA model using the API
|
14 |
llama_model = ChatGroq(
|
15 |
api_key=api_key,
|
16 |
-
model='
|
17 |
)
|
18 |
|
19 |
# Define Plot Creator Agent
|
|
|
13 |
# Initialize Groq-powered LLaMA model using the API
|
14 |
llama_model = ChatGroq(
|
15 |
api_key=api_key,
|
16 |
+
model='llama-3.2-3b-preview' # Assuming this is the correct model name
|
17 |
)
|
18 |
|
19 |
# Define Plot Creator Agent
|