Update app5.py
Browse files
app5.py
CHANGED
@@ -11,7 +11,7 @@ load_dotenv()
|
|
11 |
# Initialize the client
|
12 |
client = OpenAI(
|
13 |
base_url="https://api-inference.huggingface.co/v1",
|
14 |
-
api_key=os.environ.get('
|
15 |
)
|
16 |
|
17 |
# Supported models
|
|
|
11 |
# Initialize the client
|
12 |
client = OpenAI(
|
13 |
base_url="https://api-inference.huggingface.co/v1",
|
14 |
+
api_key=os.environ.get('LLL') # Add your Huggingface token here
|
15 |
)
|
16 |
|
17 |
# Supported models
|