Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -3,7 +3,6 @@ from groq import Groq
|
|
3 |
import os
|
4 |
groq_api=os.getenv("groq_api_key")
|
5 |
client = Groq(api_key = groq_api)
|
6 |
-
|
7 |
def chat(message, history):
|
8 |
|
9 |
|
|
|
3 |
import os
|
4 |
groq_api=os.getenv("groq_api_key")
|
5 |
client = Groq(api_key = groq_api)
|
|
|
6 |
def chat(message, history):
|
7 |
|
8 |
|