Commit Graph

50 Commits

Author SHA1 Message Date
schihei 21ca4378df Beautified source code with Black 2024-08-20 11:27:30 +02:00
schihei e0f88630e6 Fixed all pylint warnings 2024-08-19 22:30:42 +02:00
schihei 88167486ab Added command colour configuration 2024-08-19 22:09:59 +02:00
schihei 5bbc423840 Usage of modify configuration 2024-08-19 22:03:55 +02:00
schihei 9610525ecb Fixed simple pylint warnings 2024-08-19 19:29:59 +02:00
schihei 0a5769f8a0 Changed source code documentation for get_system_prompt function 2024-08-19 19:20:35 +02:00
schihei 7cfc47cdc3 Added debug output for new configurations 2024-08-19 19:17:52 +02:00
schihei 256b616f02 Fir changes after version was increased to 0.5 2024-08-19 19:09:47 +02:00
Heiko Joerg Schick 689813e664 Minor changes in whitespaces 2023-09-05 22:42:27 +02:00
Heiko Joerg Schick 56e4f8e7a5 Add a file conversation 2023-09-05 22:40:58 +02:00
Heiko Joerg Schick 8e8b1c4181 Added constant for prompt file 2023-09-05 22:38:19 +02:00
Heiko Joerg Schick a3e4209d1e Renamed prompt.txt to yolo.prompt 2023-09-05 22:36:04 +02:00
Heiko Joerg Schick 79b6de19f2 Added more documentation information for residual functions 2023-09-05 22:32:55 +02:00
Heiko Joerg Schick 51de9db4ea Minor changes 2023-09-05 21:26:02 +02:00
Heiko Joerg Schick ea21e18bee Minor modification 2023-09-05 21:24:20 +02:00
Heiko Joerg Schick bc1e997708 Removed all pylint warnings 2023-09-05 21:11:23 +02:00
Heiko Joerg Schick 838d55563b Improved boolean operators 2023-09-05 20:52:54 +02:00
Heiko Joerg Schick 1567fb40ea White space clean up and simplification of get_os_friendly_name. 2023-09-05 20:43:08 +02:00
Heiko Joerg Schick dece99ba87 Argument parsing via argparse 2023-09-05 20:29:38 +02:00
Heiko Joerg Schick ed65b2ab4b Improved coding style and comment for read_yaml_config and set_openai_api_key function 2023-09-05 14:48:54 +02:00
Heiko Joerg Schick 34eb29b926 Moved entry functional calls to main and got rid of global config variable 2023-09-05 11:37:23 +02:00
Heiko Joerg Schick f6644f7717 Added main entry point 2023-09-05 11:14:05 +02:00
Heiko Joerg Schick 130e0b0ae2 Standard imports needs to be placed before package imports 2023-09-05 10:53:19 +02:00
Heiko Joerg Schick f8636d3e03 Added missing function docstring 2023-09-05 10:51:58 +02:00
Heiko Joerg Schick e2fbee6de4 Fixed bad indentation
Please enter the commit message for your changes. Lines starting
2023-09-05 10:35:06 +02:00
Heiko Joerg Schick f43900631a Remove trailing white spaces 2023-09-05 10:25:51 +02:00
wunderwuzzi23 f56063b54b clean up some code, v.2.1 (bug fix) 2023-04-04 17:49:35 -07:00
wunderwuzzi23 14bc8fd802 fix safety bug (allow to disable it) 2023-04-04 17:46:51 -07:00
Joshua Hamlet 26bb262247 add check for display to change available actions 2023-03-26 03:09:04 -07:00
Joshua Hamlet fd552f0779 feat: add additonal user actions for modifying prompt and copying command to clipboard. 2023-03-22 22:38:38 -07:00
wunderwuzzi23 6ab527cc84 fine tune prefixes for failure cases 2023-03-19 15:40:10 -07:00
wunderwuzzi23 d42082f8fe Squashed commit of the following:
commit 7b16b63f5f269baa0441ee171d906419585d2526
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 19:34:34 2023 -0700

    update text

commit d99b7ebf211a517d74fcf3241843e78a71e99d05
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 19:31:28 2023 -0700

    fix formatting

commit 65b1f6218cc32f0a0001637b22b9f1b4640de983
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 19:17:08 2023 -0700

    updating messages

commit 314071228395a595503dc3a15fda2b3c8b5e6095
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 19:13:40 2023 -0700

    updating install.bat for yolo.yaml settings

commit 85c9f381415c86e7c95572bdcbd98d6478f616ef
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 19:08:09 2023 -0700

    load yolo.yaml from executing directory

commit d9ee70035e186c8b21875d58e7a7bf3f980eaa60
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 18:43:45 2023 -0700

    update readme

commit f2ae85827c675e3f2c87bf4d455709e227e1bfb4
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 18:37:41 2023 -0700

    cleanup

commit fc5cf55982dd6de3a4e81de2b0286f18788bc87c
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 18:31:00 2023 -0700

    fix formatting

commit 3ec4cf959cf4a43d061b0d579c863af5bb495631
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 18:27:49 2023 -0700

    set safety: True in config

commit d13153141bbdb4ada5d9bf742b19fd9c10624c86
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 18:25:07 2023 -0700

    update readme

commit 39f82ee8cf744ef6fbfbe6622e4d39cc6323d69a
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 18:24:43 2023 -0700

    update readme

commit 944046c11bdcd3b01b33798dae5ca33e8ddda9db
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 18:21:47 2023 -0700

    update requirements

commit 0c22313bdc6b3a9f272faf99b9998930ede9502a
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 18:15:17 2023 -0700

    formatting

commit 08e16c67ad8fd588962f9bf22fe0588ac4c0ec3a
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 17:39:35 2023 -0700

    default gpt-3.5-turbo (gpt-4 is waitlist for many)

commit eec224fe3b34a2627d771682cde291ccdf96bcac
Author: wunderwuzzi23 <johannr@wunderwuzzi.net>
Date:   Sat Mar 18 17:16:57 2023 -0700

    add yolo.yaml, gpt-4 support, improve install.sh
2023-03-18 19:54:33 -07:00
warquys acbb318719 More info for the Y/n and case insensitive 2023-03-17 14:14:29 +01:00
wunderwuzzi23 75d57fca7f Support FreeBSD, simplify some error logic 2023-03-11 15:24:43 -08:00
wunderwuzzi23 bbcea52970 switch detection of linux distribution to distro package 2023-03-07 22:15:17 -08:00
wunderwuzzi23 84f2431c44 fix system prompt, add python-dotenv to requirements 2023-03-06 21:22:49 -08:00
KAuser2094 67af95d4d5 Edit README, tidy comments 2023-03-06 17:24:16 +00:00
KAuser2094 e75925c3f2 install.bat and fix error caused with api key 2023-03-06 16:08:28 +00:00
KAuser2094 ce3ec3359e First "proper" version 2023-03-06 12:32:22 +00:00
KAuser2094 8be32f90da Starting better version
(And not whatever hacky version I first though of)
2023-03-06 10:57:47 +00:00
KAuser2094 f5280a1b1b First Windows Version 2023-03-06 10:11:37 +00:00
wunderwuzzi23 22f42018be add os info to prompt 2023-03-05 15:56:22 -08:00
wunderwuzzi23 a2fa8da6ee correct ask flag behavior 2023-03-04 22:20:24 -08:00
wunderwuzzi23 2101c4dc5a prompt to run command by default 2023-03-04 21:57:14 -08:00
wunderwuzzi23 1209c9812c fix replace 2023-03-02 23:00:47 -08:00
wunderwuzzi23 486673f84b update to ChatGPT API 2023-03-02 22:33:58 -08:00
wunderwuzzi23 9e65494158 Windows support 2023-02-27 21:23:41 -08:00
wunderwuzzi23 6fa492f871 use /bin/bash for execution and add Windows support also 2023-02-27 21:07:20 -08:00
wunderwuzzi23 4e2ec51445 Add key path support 2023-02-26 23:25:06 -08:00
wunderwuzzi23 1c98c12c86 Initial commit. 2023-02-26 23:01:41 -08:00