From 41a93d153628915ed70045ab2d747089b8a8e008 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 18 Feb 2026 13:31:36 +0100 Subject: Cleanup and refactor --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a20bcef..7c5e7f7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ An experiment using tiny LLMs as NPCs that could be embedded into the game. +> [!NOTE] +> This project is just for fun, to see how LLMs would fare as NPCs. Because of +> the non-deterministic nature of LLMs, the results vary and are often quite +> funny. A lot of tweaking would be needed to make this really useful in real +> games, but not impossible. + Goals of the experiment: - Have LLM be run only on CPU, this is why small LLMs have been chosen in this @@ -8,12 +14,6 @@ Goals of the experiment: - Test existing small and tiny LLMs and provide some useful results on how they behave. -> [!NOTE] -> This project is just for fun, to see how LLMs would fare as NPCs. Because of -> the non-deterministic nature of LLMs, the results vary and are often quite -> funny. A lot of tweaking would be needed to make this really useful in real -> games, but not impossible. - ## Building ### Prerequisites -- cgit v1.2.3