Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dabumana committed Jul 21, 2023
1 parent 43309fc commit 29328e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@ Each new conversation can be exported once you finished your prompt requests, ke

***16K Models*** can process larger training sessions, but it depends on how much context can be found once the results are filtered and processed.

### Just run :octopus:

- Download installation script
```
curl -sL https://gist.github.com/dabumana/eaa4bce0a34b1b6cc68e6f54b70b6182/raw/install-caos.sh>>install-caos.sh
```
- Add permissions to the file
```
chmod +x install-caos.sh
```
- Now execute the following command, define the amount of cpus, do not forget to add your *API-KEY* for *OpenAI* and *ZeroGPT*.

```
./install-caos.sh <Number of dedicated CPUs> <OpenAI-API-Key> <ZeroGPT-API-Key>
```

### Build :wrench:

Firts download the repository, installation process can be completed from the source using ***make*** and installing the required dependencies:
Expand Down

0 comments on commit 29328e4

Please sign in to comment.