mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
format
This commit is contained in:
parent
14d88cc712
commit
52e240532d
4 changed files with 2 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ import asyncio
|
|||
|
||||
from metagpt.roles.di.data_interpreter import DataInterpreter
|
||||
|
||||
|
||||
USE_GOT_REPO_REQ = """
|
||||
Write a service using Flask, create a conda environment and run it, and call the service's interface for validation.
|
||||
Notice: Don't write all codes in one response, each time, just write code for one step.
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@ class RoleCustomConfig(YamlModel):
|
|||
role: role's className or role's role_id
|
||||
To be expanded
|
||||
"""
|
||||
|
||||
role: str = ""
|
||||
llm: LLMConfig
|
||||
|
||||
|
|
|
|||
|
|
@ -139,4 +139,5 @@ def get_llm_stream_queue():
|
|||
"""
|
||||
return LLM_STREAM_QUEUE.get(None)
|
||||
|
||||
|
||||
_get_human_input = input # get human input from console by default
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ import typer
|
|||
|
||||
from metagpt.const import CONFIG_ROOT
|
||||
from metagpt.utils.common import any_to_str
|
||||
from metagpt.utils.project_repo import ProjectRepo
|
||||
|
||||
app = typer.Typer(add_completion=False, pretty_exceptions_show_locals=False)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue