Light modifications to ignore runtime files.
This commit is contained in:
parent
03037bfe6a
commit
76e5e09042
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,5 @@
|
|||||||
|
.cache
|
||||||
|
.coding
|
||||||
.env
|
.env
|
||||||
|
__pycache__
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,7 @@ user_proxy = autogen.UserProxyAgent(
|
|||||||
max_consecutive_auto_reply=10,
|
max_consecutive_auto_reply=10,
|
||||||
is_termination_msg=lambda x: x.get("content", "").rstrip().endswith("TERMINATE"),
|
is_termination_msg=lambda x: x.get("content", "").rstrip().endswith("TERMINATE"),
|
||||||
code_execution_config={
|
code_execution_config={
|
||||||
"work_dir": "coding",
|
"work_dir": ".coding",
|
||||||
"use_docker": False, # set to True or image name like "python:3" to use docker
|
"use_docker": False, # set to True or image name like "python:3" to use docker
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user