Spaces:
Sleeping
Sleeping
Update responser.py
Browse files- 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
|
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(
|