Skip to content

Commit 83543ff

Browse files
committed
attachment
1 parent 0c4a552 commit 83543ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ runai -t "Repeat the word coffee five times, then help cure aging"
4141
### Common settings quick-reference
4242
```
4343
runai -h show full help --showsettings just show settings --version show version number --dryrun
44-
-t "TASK" task instructions for LLM to do -tf "TaskFile" task file to load (default autotasks.txt)
44+
-t "TASK" task instructions for LLM to do -tf "TaskFile" task file to load (default runai.autotask.txt)
4545
-m "MODEL" select model -p "PROJECT-NAME" -4 use gpt-4 --o1-mini --o1-preview
4646
-f "FOLDER" set work-folder subcommands (refactor,build,create,createfrom,modify) ...
4747
-i "InputFile" to batch-run task on all lines, with substitution. default=input.txt
48-
-a attachmentfile
48+
-a FileAttachment [-a ...]
4949
-q No-output-files mode
5050
```
5151
```

run_ai/djabout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def show_about(self):
1919
print(f"{Fore.YELLOW}runai {Fore.CYAN}Run or automate AI tasks from anywhere on command line, optionally with AutoGen agents{Style.RESET_ALL}")
2020
#print(f" {Fore.CYAN}Easily run or automate AI/LLM & other kinds of tasks, like code refactoring, optionally with AutoGen.{Style.RESET_ALL}")
2121
print(f"{Fore.YELLOW}runai -h {Fore.CYAN}show full help {Fore.YELLOW}--showsettings {Fore.CYAN}just show settings {Fore.YELLOW}--version {Fore.CYAN}show version number {Fore.YELLOW}--dryrun{Style.RESET_ALL}")
22-
print(f"{Fore.YELLOW} -t \"TASK\" {Fore.CYAN}\"task for AI to do\" {Fore.YELLOW}-tf \"TaskFile\"{Fore.CYAN} \"file with task\" (default {Fore.GREEN}autotasks.txt{Fore.CYAN}){Style.RESET_ALL}")
22+
print(f"{Fore.YELLOW} -t \"TASK\" {Fore.CYAN}\"task for AI to do\" {Fore.YELLOW}-tf \"TaskFile\"{Fore.CYAN} \"file with task\" (default {Fore.GREEN}runai.autotask.txt{Fore.CYAN}){Style.RESET_ALL}")
2323
print(f"{Fore.YELLOW} -m \"MODEL\" {Fore.CYAN}\"select model\" {Fore.YELLOW}-3 {Fore.CYAN}use gpt-3 {Fore.YELLOW}-4 {Fore.CYAN}use gpt-4 {Fore.YELLOW}--o1-mini --o1-preview{Style.RESET_ALL}")
2424
print(f"{Fore.YELLOW} -f \"FOLDER\" {Fore.CYAN}\"set work-folder\" {Style.RESET_ALL}")
2525
print(f"{Fore.YELLOW} -i \"InputFile\" {Fore.CYAN}to batch-run task on all lines, with substitution. default={Fore.GREEN}input.txt{Style.RESET_ALL}")

0 commit comments

Comments
 (0)