LiamKhoaLe commited on
Commit
5ba82a5
·
1 Parent(s): 8e753b3

Upd indent

Browse files
Files changed (1) hide show
  1. api/chatbot.py +1 -1
api/chatbot.py CHANGED
@@ -18,7 +18,7 @@ class GeminiClient:
18
  logger.warning("FlashAPI not set - Gemini client will use fallback responses")
19
  self.client = None
20
  else:
21
- self.client = genai.Client(api_key=gemini_flash_api_key)
22
 
23
  def generate_content(self, prompt: str, model: str = "gemini-2.5-flash", temperature: float = 0.7) -> str:
24
  """Generate content using Gemini API"""
 
18
  logger.warning("FlashAPI not set - Gemini client will use fallback responses")
19
  self.client = None
20
  else:
21
+ self.client = genai.Client(api_key=gemini_flash_api_key)
22
 
23
  def generate_content(self, prompt: str, model: str = "gemini-2.5-flash", temperature: float = 0.7) -> str:
24
  """Generate content using Gemini API"""