majorSeaweed commited on
Commit
32db1a7
·
verified ·
1 Parent(s): 5ceb74c

Update classifier.py

Browse files
Files changed (1) hide show
  1. classifier.py +2 -2
classifier.py CHANGED
@@ -20,9 +20,9 @@ class TicketClassifier:
20
  self.client = Groq(api_key=api_key)
21
  # Use the more reliable model for classification
22
  self.models = [
23
- "openai/gpt-oss-120b"
24
  ]
25
- self.model = "openai/gpt-oss-120b"
26
  logger.info("TicketClassifier initialized successfully with Groq client")
27
  except Exception as e:
28
  logger.error(f"Failed to initialize Groq client: {e}")
 
20
  self.client = Groq(api_key=api_key)
21
  # Use the more reliable model for classification
22
  self.models = [
23
+ "moonshotai/kimi-k2-instruct-0905"
24
  ]
25
+ self.model = "moonshotai/kimi-k2-instruct-0905"
26
  logger.info("TicketClassifier initialized successfully with Groq client")
27
  except Exception as e:
28
  logger.error(f"Failed to initialize Groq client: {e}")