Commit Graph

77 Commits (926587a2234b8ae3754a1db9715f4636205159dc)

Author SHA1 Message Date
Achilleas a5c3ddf0e4 replace sed for escaping newlines with the escape function 1 year ago
0xacx 32538e58a9
rename variable for clarity 1 year ago
Achilleas 80693a4d86 Remove sed due to warning, replace with escape function, rename variables, autoformat 1 year ago
Rafael Xavier de Souza 410d25e4d1 Fix date format and timestamp 1 year ago
Achilleas 3236de2f23 Rename to multiline prompt 1 year ago
Achilleas 0a1ca89e6c formatting 1 year ago
Achilleas 3ba434ee87 Keep old OPENAI key name to maintain compatibility with the install script, add identation in elif 1 year ago
Nicolas Pouillard cbc31b57cf Safer quoting on $COLUMNS 1 year ago
Nicolas Pouillard 3b0cd946ce Safe escaping using jq 1 year ago
Nicolas Pouillard 4f1f92d022 Refactoring to reduce the use global variables from functions 1 year ago
Nicolas Pouillard 60eb98d7b3 Safer quoting 1 year ago
camAtGitHub 1cf6d04b45 rename(OPENAI_KEY): OPENAI_API_KEY is standardised across projects 1 year ago
camAtGitHub 24fc6bf52b feature(big-prompt): allow multi-line input during chat mode 1 year ago
camAtGitHub 798e240b56 optimize(exit): streamline exit conditions 1 year ago
camAtGitHub f040fe8177 add(list_models): Models can be queried via cli argument 1 year ago
camAtGitHub 26081ad319 refactor(usage()) Align help output 1 year ago
Tomáš Horňák 4daa2571ad fix: multiline file prompt input 1 year ago
Achilleas 9e9833783d Make processing label disappear once response is received, enable glow markdown rendering with color 1 year ago
Achilleas 47efb56308 Improve command generation prompt 1 year ago
Achilleas 5fed80d6fa Print with markdown if glow is installed 1 year ago
Achilleas 762704073f Add newline 1 year ago
Achilleas ff85604e52 Update help menu and key not found message 1 year ago
Achilleas d72b052b8a add processing when sending request 1 year ago
Achilleas f98a76e2d5 Apply output wrapping to other models and command generation 1 year ago
nre e44cf0cdce Wrap output to terminal width 1 year ago
Tobias Laving 5b7787e189 Add usage function 1 year ago
Tobias Laving 525bdbaef4 Add check for OPENAI_KEY env variable 1 year ago
Rex Ackermann 3860335207
Update chatgpt.sh 1 year ago
Achilleas 706b4d2ea4 Cleanup debug log 1 year ago
Achilleas c3681f6cdc Use local var, update comments 1 year ago
Achilleas df84188051 Add to formatted data to history 1 year ago
Achilleas 55d8524a19 Remove prompt 1 year ago
acx 2d29a805e4 Add explanatory comments for run modes 1 year ago
Rafael Xavier de Souza 94cd89284f Restricted history file permission 1 year ago
Rafael Xavier de Souza 69f3799db0 Allow input from redirected stdin 1 year ago
acx 492e6e7bc8 First draft of adding command generation and execution and command explanation 1 year ago
acx ae49db56d1 Make gpt-3.5 default, add support for gpt-4 1 year ago
acx 22c870c38d Make turbo the default model 1 year ago
acx 28673a9c25 Enable global ignore of * to not expand to files when used in echo 1 year ago
acx 6244388c57 Allow input editing 1 year ago
Daniel M. Drucker 163fc5f227
enable readline 1 year ago
oligeo 38c95afc52
Update chatgpt.sh 1 year ago
acx c6efe1ce38 autoformatting 1 year ago
acx 364b15bf78 add history, system prompt, save and resend previous messages for gpt3.5turbo model 1 year ago
biaocy 3d96e6382c Add chat completion 1 year ago
acx d7d0394b95 Add pipe mode, init prompt and prompt from file and as arguments 1 year ago
acx bdd5effd7f Method extractions, snakecase everywhere, because ppl would think I haven't read Clean Code:p 1 year ago
axilleasx 32681c4c3d Finalise chat context, build cc in memory 1 year ago
acx 4bb0323d98 Change init prompt, keep chat context Q&A shorter than max tokens by removing first Q&A 1 year ago
acx d936725fcd WIP: non working chat context 1 year ago