Rivalcoder commited on
Commit
4348a07
·
2 Parent(s): 1e94164 8a36630

Merge branch 'main' of https://huggingface.co/spaces/Rivalcoder/Issurance_Agent_Rag

Browse files
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -56,7 +56,7 @@ Respond in the exact JSON format below — no extra text or explanations.
56
  Your task: Answer each question concisely and professionally. Use plain phrasing, stay within 1–2 clear sentences, and avoid unnecessary detail or repetition.
57
  """
58
 
59
- model = genai.GenerativeModel('gemini-2.5-flash')
60
  response = model.generate_content(prompt)
61
  response_text = response.text.strip()
62
  try:
 
56
  Your task: Answer each question concisely and professionally. Use plain phrasing, stay within 1–2 clear sentences, and avoid unnecessary detail or repetition.
57
  """
58
 
59
+ model = genai.GenerativeModel('gemini-2.5-flash-lite')
60
  response = model.generate_content(prompt)
61
  response_text = response.text.strip()
62
  try: