rumaisa1054 commited on
Commit
51c8824
·
verified ·
1 Parent(s): a569e38

Update responser.py

Browse files
Files changed (1) hide show
  1. responser.py +1 -1
responser.py CHANGED
@@ -4,7 +4,7 @@ from groq import Groq
4
 
5
  def responsr(prompt):
6
  client = Groq(
7
- api_key=os.environ.get(key),
8
  )
9
 
10
  chat_completion = client.chat.completions.create(
 
4
 
5
  def responsr(prompt):
6
  client = Groq(
7
+ api_key=os.environ['key'],
8
  )
9
 
10
  chat_completion = client.chat.completions.create(