From 37ac6ef653365113aabbea7656d0ec3fb7a9fdf3 Mon Sep 17 00:00:00 2001 From: trawzified <55751269+tr4wzified@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:57:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d9b608..110e023 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Patch Skyrim player dialogue through the power of AI! ## About -DialogueTransformer is a tool to use text generated by large language models (LLMs) as player dialogue in Skyrim. It's powered by [Synthesis](https://github.com/Mutagen-Modding/Synthesis), a patcher framework to generate mod plug-ins for various Bethesda games. Models are installed separately and come in the form of directories which are recognized by the patcher, these contain the LLM itself but also include pre-generated cache to speed up the patcher. +DialogueTransformer is a tool to use text generated by large language models (LLMs) as player dialogue in Skyrim. It's powered by [Synthesis](https://github.com/Mutagen-Modding/Synthesis), a patcher framework to generate mod plug-ins for various Bethesda games. Models are installed separately and come in the form of directories which are recognized by the patcher, these must contain the LLM itself but can also include pre-generated cache to speed up the patcher.