Paul Gauthier
fa7255cbf5
moved --llm-history-file in args
2024-06-27 10:34:48 -07:00
Paul Gauthier
5d86117249
copy
2024-06-27 10:27:28 -07:00
Paul Gauthier (aider)
9cc6447e57
Added support for prefixing commit messages with 'aider: ' to identify commits made by the aider tool.
2024-06-27 10:26:36 -07:00
Paul Gauthier
e095fde27e
updated docs
2024-06-27 10:10:36 -07:00
paul-gauthier
fb3a85b6d2
Update usage.md
2024-06-25 20:12:46 -07:00
Paul Gauthier
56a9463db8
copy
2024-06-25 15:09:58 -07:00
Paul Gauthier
ecb3d81055
Updated token error to reflect that token counts can be approximate
2024-06-23 16:19:04 -07:00
Paul Gauthier
3b204b7d1b
copy
2024-06-21 17:48:44 -07:00
Paul Gauthier
9ab9434570
copy
2024-06-21 17:21:00 -07:00
Paul Gauthier
1481c8c210
copy
2024-06-21 17:17:29 -07:00
Paul Gauthier
8c5c2d27a4
missing ); update docs
2024-06-21 16:58:18 -07:00
paul-gauthier
b6fa02044f
Merge branch 'main' into register_settings
2024-06-21 16:57:33 -07:00
Paul Gauthier
0a95badf3f
Updated docs
2024-06-21 08:57:30 -07:00
Paul Gauthier
93e104f79f
copy
2024-06-21 07:47:29 -07:00
Paul Gauthier
6623110fb0
Updated --sonnet to use Claude 3.5 Sonnet
2024-06-20 14:14:32 -07:00
Paul Gauthier
559279c781
copy
2024-06-20 09:56:18 -07:00
Paul Gauthier
e5e07f9507
copy
2024-06-20 08:29:16 -07:00
Paul Gauthier
090e0cdcfe
Added 3.5 sonnet
2024-06-20 08:26:35 -07:00
Paul Gauthier
6c10b61176
copy
2024-06-20 07:22:44 -07:00
Paul Gauthier
ca6eae293e
copy
2024-06-18 13:07:17 -07:00
Paul Gauthier
b9c008c31b
copy
2024-06-18 13:07:00 -07:00
Paul Gauthier
2cb4c0d5ab
Updated .env docs
2024-06-18 12:57:19 -07:00
Paul Gauthier (aider)
a2cd025476
Updated dotenv.md with sample dotenv content generation cog script.
2024-06-18 12:43:42 -07:00
Paul Gauthier
aa3dbac94c
updated git docs
2024-06-18 11:23:34 -07:00
Paul Gauthier
97d103f6a4
copy
2024-06-17 18:39:43 -07:00
Paul Gauthier
b8bb33fe25
copy
2024-06-17 11:44:44 -07:00
Paul Gauthier
3dc3ebe25f
copy
2024-06-17 11:28:32 -07:00
Paul Gauthier
3e715e66d5
copy
2024-06-17 11:27:16 -07:00
Paul Gauthier
80da3a3204
copy
2024-06-17 11:23:28 -07:00
Paul Gauthier
a28c18a257
copy
2024-06-17 09:46:47 -07:00
Paul Gauthier
cd52470243
copy
2024-06-17 09:44:31 -07:00
Paul Gauthier
dda0a4e4ab
Added deepseek coder v2
2024-06-17 09:42:32 -07:00
Paul Gauthier
43e938367c
copy
2024-06-14 16:52:43 -07:00
Paul Gauthier
a30e656304
improved token limit err msgs and docs #678
2024-06-14 07:28:33 -07:00
Paul Gauthier
0fc6b9beaa
copy
2024-06-14 06:16:56 -07:00
Paul Gauthier
5fd8bb69ca
Note use of AZURE_OPENAI_API_xxx #672
2024-06-14 06:16:53 -07:00
Paul Gauthier
a07492b90a
moved --vim to Other Settings
2024-06-12 11:30:26 -07:00
Paul Gauthier
73f9b67761
copy
2024-06-11 19:24:14 -07:00
Krazer
c76957973d
fix space
2024-06-11 17:28:21 -05:00
Krazer
486c5ce65c
add support to load/override model settings
2024-06-11 17:15:48 -05:00
Paul Gauthier
8e036fa891
copy
2024-06-11 13:32:08 -07:00
Paul Gauthier
fb3cc98da5
cleanup --model-metadata-file
2024-06-11 13:30:35 -07:00
paul-gauthier
2f6e360188
Merge pull request #666 from caseymcc/register_model
...
Allow models to be registered with litellm
2024-06-11 13:20:02 -07:00
Krazer
a44119bbbe
fix wording
2024-06-11 14:14:01 -05:00
Krazer
0984e5464f
link to litellm models def
2024-06-11 14:12:52 -05:00
Krazer
568d72ebe8
update docs
2024-06-11 14:09:45 -05:00
Paul Gauthier
24cb743aaf
copy
2024-06-10 21:28:09 -07:00
Paul Gauthier
8bfaff2c6f
copy
2024-06-10 21:16:57 -07:00
Paul Gauthier
05a74d67de
finished --vim
2024-06-10 21:16:33 -07:00
Paul Gauthier
566b653af1
aider: Added useful Vim keybindings for a prompt toolkit prompt.
...
# Aider chat conversation:
USER: Add useful vim keybindings for a prompt toolkit prompt
ASSISTANT: Here is the updated content with useful Vim keybindings added for the prompt toolkit prompt:
website/docs/commands.md
```markdown
<<<<<<< SEARCH
## Vi
=======
## Vi
- `Esc` : Switch to command mode.
- `i` : Switch to insert mode.
- `a` : Move cursor one character to the right and switch to insert mode.
- `A` : Move cursor to the end of the line and switch to insert mode.
- `I` : Move cursor to the beginning of the line and switch to insert mode.
- `h` : Move cursor one character to the left.
- `j` : Move cursor down one line.
- `k` : Move cursor up one line.
- `l` : Move cursor one character to the right.
- `w` : Move cursor forward one word.
- `b` : Move cursor backward one word.
- `0` : Move cursor to the beginning of the line.
- `$` : Move cursor to the end of the line.
- `x` : Delete the character under the cursor.
- `dd` : Delete the current line.
- `u` : Undo the last change.
- `Ctrl-R` : Redo the last undone change.
- `:` : Enter command mode for ex commands (e.g., `:w` to save).
>>>>>>> REPLACE
```
2024-06-10 21:16:05 -07:00