Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,9 @@ import re
|
|
4 |
from dotenv import load_dotenv
|
5 |
import os
|
6 |
from groq import Groq
|
|
|
|
|
|
|
7 |
|
8 |
# Load the API key from .env file
|
9 |
load_dotenv()
|
|
|
4 |
from dotenv import load_dotenv
|
5 |
import os
|
6 |
from groq import Groq
|
7 |
+
from typing import Union
|
8 |
+
import uvicorn
|
9 |
+
|
10 |
|
11 |
# Load the API key from .env file
|
12 |
load_dotenv()
|