From 56bf47ba890896da2562e518efcfd9a8f4b16c6b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 19 Oct 2023 00:36:45 +0900 Subject: [PATCH] Fix typo in README.md tabel -> table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46357bb..dfc8d09 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Some things to note: - initially the current configuration is output. Yay, so many colors! - "Got command from LLM" shows the generated command while the panel afterwards has the given command as title and the command's output as content. -- the tabel contains all executed commands. ThinkTime denotes the time that was needed to generate the command (Tokens show the token count for the prompt and its response). StateUpdTime shows the time that was needed to generate a new state (the next column also gives the token count) +- the table contains all executed commands. ThinkTime denotes the time that was needed to generate the command (Tokens show the token count for the prompt and its response). StateUpdTime shows the time that was needed to generate a new state (the next column also gives the token count) - "What does the LLM know about the system?" gives an LLM generated list of system facts. To generate it, it is given the latest executed command (and it's output) as well as the current list of system facts. This is the operation which time/token usage is shown in the overview table as StateUpdTime/StateUpdTokens. As the state update takes forever, this is disabled by default and has to be enabled through a command line switch. - Then the next round starts. The next given command (`sudo tar`) will lead to a pwn'd system BTW.