RagBenchCapstone10 / generationhelper.py
Saiteja Solleti
fine tuning and reranking is pushed
a46269a
raw
history blame
117 Bytes
import os
from groq import Groq
groq_token = os.getenv("GROQ_TOKEN")
groq_client = Groq(
api_key = groq_token
)