Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ffl35 committed Aug 15, 2024
1 parent 515686c commit 4962b54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RunAI
# AI Runner Nexus

Run AI allows you to run a LLMs using a socket server.
Run Mistral LLM offline on your computer using a socket server.

---

Expand Down Expand Up @@ -34,8 +34,8 @@ to work with any LLM.
## Installation

```bash
pip install runai
cp src/runai/default.settings.py src/runai/settings.py
pip install airunner-nexus
cp src/airunner_nexus/default.settings.py src/airunner_nexus/settings.py
```

Modify `settings.py` as you see fit.
Expand All @@ -44,7 +44,7 @@ Modify `settings.py` as you see fit.

## Run server and client

See `src/runai/server.py` for an example of how to run the server and `src/runai/client.py` for an example of how to run
See `src/airunner_nexus/server.py` for an example of how to run the server and `src/airunner_nexus/client.py` for an example of how to run
the client. Both of these files can be run directly from the command line.

The socket client will continuously attempt to connect to the server until it is successful. The server will accept
Expand Down

0 comments on commit 4962b54

Please sign in to comment.