Spaces:
Sleeping
Sleeping
Update generation.py
Browse files- generation.py +1 -1
generation.py
CHANGED
@@ -3,7 +3,7 @@ from groq import AsyncGroq
|
|
3 |
from typing import List, Dict
|
4 |
|
5 |
# --- Configuration ---
|
6 |
-
GROQ_MODEL_NAME = "
|
7 |
|
8 |
async def generate_answer(query: str, context_chunks: List[Dict], groq_api_key: str) -> str:
|
9 |
"""
|
|
|
3 |
from typing import List, Dict
|
4 |
|
5 |
# --- Configuration ---
|
6 |
+
GROQ_MODEL_NAME = "llama-3.1-8b-instant"
|
7 |
|
8 |
async def generate_answer(query: str, context_chunks: List[Dict], groq_api_key: str) -> str:
|
9 |
"""
|