Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from typing import List
|
|
| 10 |
app = FastAPI()
|
| 11 |
templates = Jinja2Templates(directory="templates")
|
| 12 |
|
| 13 |
-
client = Groq(api_key=os.environ.get("
|
| 14 |
|
| 15 |
MODELS = {
|
| 16 |
"llama-3.1-8b-instant": {
|
|
|
|
| 10 |
app = FastAPI()
|
| 11 |
templates = Jinja2Templates(directory="templates")
|
| 12 |
|
| 13 |
+
client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
| 14 |
|
| 15 |
MODELS = {
|
| 16 |
"llama-3.1-8b-instant": {
|