Skip to content

Commit 37ef494

Browse files
committed
fix readme phrasing
1 parent 7eb81ea commit 37ef494

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TaleWeave AI is an open-source game engine designed for creating rich, immersive
77

88
## Features
99

10-
TaleWeave AI offers a range of features for gamers, developers, and researchers. It is a:
10+
TaleWeave AI is meant for gamers, developers, and researchers. It is a:
1111

1212
- multiplayer text adventure
1313
- Discord role-playing game
@@ -19,7 +19,7 @@ TaleWeave AI offers a range of features for gamers, developers, and researchers.
1919
- human-machine interface
2020
- multi-user dungeon
2121
- cross-platform gaming experience
22-
- behavior experiment
22+
- behavioral experiment
2323

2424
TaleWeave AI does a few things out of the box:
2525

@@ -32,11 +32,11 @@ TaleWeave AI does a few things out of the box:
3232

3333
TaleWeave AI can:
3434

35-
- Be modified in almost every way - everything is a plugin, including the planning-action loop that drives the simulation
35+
- Be modified in almost every way - everything is a plugin, including the planning and action stages that drive the simulation
3636
- Be run locally - does not require any cloud services, but does play nicely with them
37-
- Connect to your data - game systems can fetch data for RAG
38-
- Export training data for fine tuning character models
39-
- Plug in to your workflow - run the simulation step by step in Jupyter notebooks as a Python library
37+
- Connect to your data - game systems can fetch data for RAG, making responses richer and more consistent
38+
- Export training data - for analysis and fine tuning of character models
39+
- Plug in to your workflow - run the simulation step by step in Jupyter notebooks using the TaleWeave AI engine as a Python library
4040
- Connect to your server and vice versa - the Discord bot is a plugin and can be replaced with your favorite chat platform
4141

4242
## Contents
@@ -57,6 +57,8 @@ TaleWeave AI can:
5757
- Python 3.10
5858
- Ollama, vLLM, or another OpenAI-compatible LLM API (including OpenAI)
5959

60+
While TaleWeave AI can be run entirely on CPU, one or more GPUs are highly recommended.
61+
6062
### Recommended
6163

6264
- 1-2 16GB or larger GPUs

0 commit comments

Comments
 (0)