Update internlm2_agent.py (#114)

fix typo
This commit is contained in:
Sean
2024-01-30 16:36:29 +08:00
committed by GitHub
parent d4a71f40b5
commit 76a46c9a8c

View File

@@ -3,7 +3,7 @@ import logging
from copy import deepcopy
from typing import Dict, List, Optional, Union
from ilagent.schema import AgentReturn, AgentStatusCode
from lagent.schema import AgentReturn, AgentStatusCode
from lagent import BaseAgent
from lagent.actions import ActionExecutor