Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ load_dotenv()
|
|
18 |
# Initialize the client
|
19 |
client = OpenAI(
|
20 |
base_url="https://api-inference.huggingface.co/v1",
|
21 |
-
api_key=os.environ.get('
|
22 |
)
|
23 |
|
24 |
# Supported models
|
|
|
18 |
# Initialize the client
|
19 |
client = OpenAI(
|
20 |
base_url="https://api-inference.huggingface.co/v1",
|
21 |
+
api_key=os.environ.get('HF_TOKEN') # Add your Huggingface token here
|
22 |
)
|
23 |
|
24 |
# Supported models
|