fix format

This commit is contained in:
better629 2023-12-21 15:06:59 +08:00
parent 18a195a367
commit 6af9fecf65
7 changed files with 26 additions and 46 deletions

View file

@ -2,16 +2,14 @@
# -*- coding: utf-8 -*-
# @Desc : the unittest of google gemini api
import pytest
from abc import ABC
from dataclasses import dataclass
import pytest
from metagpt.provider.google_gemini_api import GeminiGPTAPI
messages = [
{"role": "user", "content": "who are you"}
]
messages = [{"role": "user", "content": "who are you"}]
@dataclass