|
diff --git a/README.md b/README.md
|
| 1 |
An experiment using tiny LLMs as NPCs that could be embedded into the game. |
1 |
An experiment using tiny LLMs as NPCs that could be embedded into the game. |
| 2 |
|
2 |
|
|
|
3 |
> [!NOTE] |
|
|
4 |
> This project is just for fun, to see how LLMs would fare as NPCs. Because of |
|
|
5 |
> the non-deterministic nature of LLMs, the results vary and are often quite |
|
|
6 |
> funny. A lot of tweaking would be needed to make this really useful in real |
|
|
7 |
> games, but not impossible. |
|
|
8 |
|
| 3 |
Goals of the experiment: |
9 |
Goals of the experiment: |
| 4 |
|
10 |
|
| 5 |
- Have LLM be run only on CPU, this is why small LLMs have been chosen in this |
11 |
- Have LLM be run only on CPU, this is why small LLMs have been chosen in this |
| ... |
| 7 |
- To produce a simple C library that can be reused elsewhere. |
13 |
- To produce a simple C library that can be reused elsewhere. |
| 8 |
- Test existing small and tiny LLMs and provide some useful results on how they |
14 |
- Test existing small and tiny LLMs and provide some useful results on how they |
| 9 |
behave. |
15 |
behave. |
| 10 |
|
|
|
| 11 |
> [!NOTE] |
|
|
| 12 |
> This project is just for fun, to see how LLMs would fare as NPCs. Because of |
|
|
| 13 |
> the non-deterministic nature of LLMs, the results vary and are often quite |
|
|
| 14 |
> funny. A lot of tweaking would be needed to make this really useful in real |
|
|
| 15 |
> games, but not impossible. |
|
|
| 16 |
|
16 |
|
| 17 |
## Building |
17 |
## Building |
| 18 |
|
18 |
|
| ... |