Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xeb committed Mar 24, 2024
1 parent a031eda commit 64e82ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CustomInstructions/Games/Verbal Verdict/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please check the walkthrough video on the [allthingsida channel](https://youtu.b

## Tech stack

Verbal Verdict is written using Unity and uses various technologies as well.
Verbal Verdict is written using Unity and uses various supporting technologies.

### Whisper.cpp

Expand All @@ -28,13 +28,13 @@ To enable logging and prompt display in the game, just kill the llamafile proces

Example:
```
"D:/Program Files (x86)/Steam/steamapps/common/Verbal Verdict Demo/Verbal Verdict_Data/StreamingAssets/llamafile-0.6\bin/llamafile" --port 13333 -m D:/Program" "Files" "(x86)/Steam/steamapps/common/Verbal" "Verdict" "Demo/Verbal" "Verdict_Data/StreamingAssets/gguf-1.gguf -c 1024 -b 1024 -v --nobrowser -np 1 -ngl 35
"C:/Program Files (x86)/Steam/steamapps/common/Verbal Verdict Demo/Verbal Verdict_Data/StreamingAssets/llamafile-0.6\bin/llamafile" --port 13333 -m C:/Program" "Files" "(x86)/Steam/steamapps/common/Verbal" "Verdict" "Demo/Verbal" "Verdict_Data/StreamingAssets/gguf-1.gguf -c 1024 -b 1024 -v --nobrowser -np 1 -ngl 35
```
### LLMUnity

[LLMUnity](https://github.com/undreamai/LLMUnity) is used from the game Unity project to talk to the local LLM server.

## Walkthrough
## Verbal Verdict (Demo) - Walkthrough

### Case 1 - The murder of Sophia Bennet

Expand Down

0 comments on commit 64e82ae

Please sign in to comment.