Abhirup073's picture
changed to google embeddings
309744b
Raw
History Blame Contribute Delete
262 Bytes
import os
from dotenv import load_dotenv
load_dotenv()
API_AUTH_TOKEN = os.getenv("API_KEY", "my-super-secret-key-for-bajaj-hackathon")
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
QUERY_LLM_MODEL = "gemini-2.0-flash-lite"
ANSWER_LLM_MODEL = "gemini-2.0-flash"