alimamaTech commited on
Commit
4d681a6
·
verified ·
1 Parent(s): 83609c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -13,8 +13,6 @@ import os
13
 
14
  class SpyAgent(BasicAgent):
15
 
16
- self.model_name = 'gpt-4o-mini'
17
-
18
  def perceive(self, req=AgentReq):
19
  logger.info("spy perceive: {}".format(req))
20
  if req.status == STATUS_START: # 开始新的一局比赛
 
13
 
14
  class SpyAgent(BasicAgent):
15
 
 
 
16
  def perceive(self, req=AgentReq):
17
  logger.info("spy perceive: {}".format(req))
18
  if req.status == STATUS_START: # 开始新的一局比赛