Spaces:
Running
on
Zero
Running
on
Zero
File size: 207 Bytes
3d2aa58 |
1 2 3 4 5 6 7 |
import asyncio
from groq import Groq
from mysite.utils import set_environment_variables
async def completion(message: str, history, c=None, d=None):
client = Groq(api_key=os.getenv("api_key"))
# ... |