Skip to content

Commit

Permalink
small update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Sep 8, 2024
1 parent 10b7d19 commit f7b161d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ LLM for Unity is built on top of the awesome [llama.cpp](https://github.com/gger
- [AI Emotional Girlfriend](https://whynames.itch.io/aiemotionalgirlfriend)
- [AI Speak](https://jdscogin.wixsite.com/aispeak)

Contact us to add your project!

## Setup
_Method 1: Install using the asset store_
- Open the [LLM for Unity](https://assetstore.unity.com/packages/slug/273604) asset page and click `Add to My Assets`
Expand Down Expand Up @@ -294,6 +296,8 @@ You can use a remote server to carry out the processing and implement characters
- Create a second project with the game characters using the `LLMCharacter` script as described above.
Enable the `Remote` option and configure the host with the IP address (starting with "http://") and port of the server.

If you want to deploy the remote server as a service without using Unity you can follow the instructions at this [link](https://github.com/undreamai/LlamaLib).

</details>
<details>
<summary>Compute embeddings using a LLM</summary>
Expand Down

0 comments on commit f7b161d

Please sign in to comment.