Skip to content

Commit

Permalink
build: Refactor settings storage.
Browse files Browse the repository at this point in the history
Added URL retrieval functionality that can read html documents and convert them to markdown that cached in the conversation.
  • Loading branch information
mmiscool committed Dec 13, 2024
1 parent 8986862 commit 1877d19
Show file tree
Hide file tree
Showing 14 changed files with 490 additions and 362 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The magic lies in aiCoder’s advanced merging logic, which keeps your original
7. Review the suggested snippets and click **🤖✎⚡** to automatically merge them into the file.

# Installation
Installation instructions provided for linux.

### From NPM
```
Expand All @@ -56,7 +57,8 @@ npm i -g aicodertool

After installation, you’re all set! Just run the `aiCoder` or the much short `a` command in any project directory.

If you want to use local Ollama as your LLM provider install it with the following commands.
Installing Ollama allows you to use local LLMs.
On linux you can run `aiCoder -setup` to automatically install ollama and pull the default model or manually install it with the following commands:
```
# Install Ollama
curl -fsSL https://ollama.com/install.sh | sh
Expand All @@ -68,6 +70,7 @@ ollama pull granite3-dense
You can find and install additional models to test with
https://ollama.com/search


## Usage
Launch `aiCoder` from within your project folder:
```
Expand Down
Loading

0 comments on commit 1877d19

Please sign in to comment.