Update app.py
Browse files
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: # 开始新的一局比赛
|