kenken999's picture
d
3d2aa58
raw
history blame
207 Bytes
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"))
# ...