mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
feat: +git tools
This commit is contained in:
parent
5ee95b1461
commit
85adc47366
5 changed files with 133 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class Config(CLIParams, YamlModel):
|
|||
# Key Parameters
|
||||
llm: LLMConfig
|
||||
|
||||
# Global Proxy. Will be used if llm.proxy is not set
|
||||
# Global Proxy. Not used by LLM, but by other tools such as browsers.
|
||||
proxy: str = ""
|
||||
|
||||
# Tool Parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue