Skip to content

Commit 271d1f0

Browse files
authored
Merge pull request #10 from eltociear/patch-1
Fix typo in README.md
2 parents 0f705a9 + 56bf47b commit 271d1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Some things to note:
5353

5454
- initially the current configuration is output. Yay, so many colors!
5555
- "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.
56-
- 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)
56+
- 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)
5757
- "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.
5858
- Then the next round starts. The next given command (`sudo tar`) will lead to a pwn'd system BTW.
5959

0 commit comments

Comments
 (0)