update gpt4-v

This commit is contained in:
better629 2024-01-26 15:16:33 +08:00
parent 471871b827
commit 295571fafa
4 changed files with 6 additions and 34 deletions

View file

@ -9,7 +9,11 @@ from pathlib import Path
from typing import List, Tuple
import pytest
<<<<<<< HEAD
from pydantic import BaseModel, Field, ValidationError
=======
from pydantic import ValidationError
>>>>>>> 7f8ae1f2 (update gpt4-v)
from metagpt.actions import Action
from metagpt.actions.action_node import ActionNode, ReviewMode, ReviseMode