mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
fix format
This commit is contained in:
parent
18a195a367
commit
6af9fecf65
7 changed files with 26 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue