mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-07 08:14:25 +01:00
Add CLI args for ai_name, ai_role, and ai_goals (#3250)
* add capability to specify AI config at cmd line * Make `--ai-goal` multi-parameter * Fix argument forwarding in run.sh --------- Co-authored-by: Reinier van der Leer <github@pwuts.nl>
This commit is contained in:
5
tests/unit/data/test_ai_config.yaml
Normal file
5
tests/unit/data/test_ai_config.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
ai_goals:
|
||||
- Test goal 1
|
||||
ai_name: testGPT
|
||||
ai_role: testRole
|
||||
api_budget: 1.0
|
||||
Reference in New Issue
Block a user