Spaces:
Runtime error
Runtime error
Update guardrail.py
Browse files- guardrail.py +1 -1
guardrail.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
|
| 5 |
load_dotenv()
|
| 6 |
|
| 7 |
-
api_key=os.getenv(
|
| 8 |
# Initialize Together client
|
| 9 |
client = Together(api_key=api_key)
|
| 10 |
|
|
|
|
| 4 |
|
| 5 |
load_dotenv()
|
| 6 |
|
| 7 |
+
api_key=os.getenv("API_KEY")
|
| 8 |
# Initialize Together client
|
| 9 |
client = Together(api_key=api_key)
|
| 10 |
|