Commit graph

317 commits

Author SHA1 Message Date
Paul Gauthier
0969380ce9 copy 2024-04-19 16:42:25 -07:00
Paul Gauthier
9d01f9cb29 copy 2024-04-19 14:50:09 -07:00
Paul Gauthier
6cecbd02d6 Document new model support 2024-04-19 13:18:12 -07:00
Paul Gauthier
99f43b4088 GPT->LLM 2024-04-19 12:19:38 -07:00
Paul Gauthier
93bd187bf3 Added --opus 2024-04-18 17:09:43 -07:00
Paul Gauthier
f6a4b7cbc7 copy 2024-04-17 08:07:37 -07:00
paul-gauthier
04b191a25a
Update README.md 2024-04-10 19:42:55 -07:00
Paul Gauthier
058c237a28 Use gpt4 turbo as the default model 2024-03-08 13:13:20 -08:00
Paul Gauthier
8c55c50789 copy 2024-02-24 10:10:42 -08:00
Paul Gauthier
5cff8a0e9d Link to the blog 2024-02-19 13:32:10 -08:00
Paul Gauthier
63566443d9 Link more blog articles 2024-02-19 13:25:43 -08:00
Paul Gauthier
81ad2f18fe moved benchmarks-speed-1106 article 2024-02-11 07:50:18 -08:00
Paul Gauthier
448735a604 copy 2024-01-24 10:07:56 -08:00
Paul Gauthier
6a77657d95 added --4turbo and --4 aliases 2024-01-10 07:48:17 -08:00
Joshua Vial
9e656945fe Merge remote-tracking branch 'upstream/main' into gpt4-vision 2023-12-21 09:29:32 +13:00
Paul Gauthier
dd389a42d1 copy 2023-12-19 20:22:46 -06:00
Paul Gauthier
67f8d87347 copy 2023-12-19 20:20:27 -06:00
Joshua Vial
9aa7beff72 add feature for adding an image to context 2023-12-11 22:42:12 +13:00
Paul Gauthier
fd34766aa9 copy 2023-11-28 09:07:24 -08:00
Paul Gauthier
ef8ced4cac added more kind words 2023-11-27 11:53:39 -08:00
paul-gauthier
92f03b5f7d
Update README.md 2023-11-17 15:01:27 -08:00
Paul Gauthier
a15ac7ebb6 copy 2023-11-14 13:22:42 -08:00
Paul Gauthier
8f5669b9ca copy 2023-11-09 07:43:19 -08:00
Paul Gauthier
c65c3722d3 copy 2023-11-08 11:44:13 -08:00
Paul Gauthier
200414cee0 copy 2023-11-08 11:19:36 -08:00
Paul Gauthier
fc747ef589 copy 2023-11-08 11:12:18 -08:00
Paul Gauthier
cb63b61411 copy 2023-11-08 10:56:46 -08:00
Paul Gauthier
3969aa98a3 copy 2023-11-08 10:28:54 -08:00
Paul Gauthier
72f1c390a1 copy 2023-11-08 10:20:12 -08:00
paul-gauthier
7ad7dd5b0a
Update README.md 2023-10-30 20:01:14 -07:00
Paul Gauthier
aa18d0f946 copy 2023-10-23 15:58:50 -07:00
Paul Gauthier
427dcf67b5 update references to ctags in the docs 2023-10-19 15:49:44 -07:00
Paul Gauthier
2ec453ab2a copy 2023-09-27 10:17:19 -07:00
Farhan Ahmad
7137b29744 Moved instructions from README.md into FAQs section. 2023-09-18 15:04:00 -04:00
Farhan Ahmad
b7e3911afc aider: Updated the instructions for running the project locally.
# Aider chat conversation:

USER: update the instruction for running locally to include step by step instructions like cloning the repo / creating a fork. Switch to the correct directly. Install all the dependencies inside `requirements.txt` file using pip install -r. and finally running the program using python -m aider.main

ASSISTANT: To update the instructions for running the project locally, we need to modify the README.md file.

Here are the changes:

<source>markdown
README.md
<<<<<<< HEAD
## Running Locally

After cloning the repository or creating your fork, you can run the local version of Aider using the following command:

```
python -m aider.main
```
=======
## Running Locally

To run the project locally, follow these steps:

1. Clone the repository or create your fork:

```
git clone https://github.com/your-username/aider.git
```

2. Navigate to the project directory:

```
cd aider
```

3. Install the dependencies listed in the `requirements.txt` file:

```
pip install -r requirements.txt
```

4. Run the local version of Aider:

```
python -m aider.main
```
>>>>>>> updated
</source>
2023-09-16 15:45:46 -04:00
Farhan Ahmad
8bac324b0f aider: Add instructions for running the project locally.
# Aider chat conversation:

USER: Update the readme to include instruction for running the project locally after closing the repo or creating your fork. Make sure to mention how you will go about running the local version aider by using the following command: python -m aider.main

ASSISTANT: To add instructions for running the project locally, we need to modify the README.md file.

Here are the changes:

<source>markdown
README.md
<<<<<<< HEAD
## Installation

See the [installation instructions](https://aider.chat/docs/install.html).
=======
## Installation

See the [installation instructions](https://aider.chat/docs/install.html).

## Running Locally

After cloning the repository or creating your fork, you can run the local version of Aider using the following command:

```
python -m aider.main
```
>>>>>>> updated
</source>
2023-09-16 15:40:05 -04:00
Paul Gauthier
4846317ef1 Merge remote-tracking branch 'origin/main' 2023-08-19 11:43:23 -07:00
Paul Gauthier
354b216bbe added /voice to docs 2023-08-19 11:42:56 -07:00
paul-gauthier
34159648d7
Update README.md 2023-08-19 08:46:39 -07:00
Paul Gauthier
56a97c4c13 copy 2023-08-14 14:35:24 -03:00
Paul Gauthier
33969d67c8 copy 2023-08-14 13:53:24 -03:00
Paul Gauthier
d4fc9a803a copy 2023-08-14 08:24:55 -03:00
Paul Gauthier
c2ac1f69eb updated docs for voice-to-code 2023-08-11 07:27:32 -03:00
Paul Gauthier
500a22c306 copy 2023-08-08 09:05:58 -03:00
Paul Gauthier
3698b12215 copy 2023-08-08 07:55:42 -03:00
Paul Gauthier
75d8115597 copy 2023-08-08 07:53:14 -03:00
Paul Gauthier
f24c04320e copy 2023-08-01 09:35:28 -03:00
Paul Gauthier
c6f99c9b66 Updated discord link 2023-07-27 06:47:47 -03:00
Paul Gauthier
08ee61617f Updated discord link 2023-07-26 15:52:13 -03:00
paul-gauthier
f6e5f4c539
Merge pull request #131 from joshuavial/command-docs
More complete docs for prompt commands
2023-07-23 10:23:10 -03:00