pratikshahp commited on
Commit
d446806
·
verified ·
1 Parent(s): c655ae5

Update guardrail.py

Browse files
Files changed (1) hide show
  1. guardrail.py +1 -1
guardrail.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
  load_dotenv()
6
 
7
- api_key=os.getenv(api_key)
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