Hypersniper commited on
Commit
dd1ef48
1 Parent(s): d645779

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -37,7 +37,16 @@ formatted_string = template.format(query=query)
37
  ## How to Interact with Mr OverThinker
38
  Here is how you can get started:
39
 
40
- - **Web Generation WebUI**: For easy inference use text generation webui [Text Generation WebUI](https://github.com/oobabooga/text-generation-webui).
 
 
 
 
 
 
 
 
 
41
 
42
  The OverThinker awaits your challenging riddles and is ready to provide you with wild answers. Let the journey begin!
43
 
 
37
  ## How to Interact with Mr OverThinker
38
  Here is how you can get started:
39
 
40
+ <details>
41
+ <summary><b>How to Interact with OverThinker using Web Generation WebUI</b> (click to expand)</summary>
42
+
43
+ - Install text generation webui [Text Generation WebUI](https://github.com/oobabooga/text-generation-webui).
44
+ - On the 'Model' tab enter this URL `Hypersniper/The_OverThinker_Phi_1_5` to automatically download the model.
45
+ - On the same tab, select the model, make sure `trust-remote-code` is checked, then `Load` the model.
46
+ - Next, on the `Parameters` table, select `Instruction Template` and make sure the `Alpaca` template is selected.
47
+ - Lastly, under `Mode`, select `Chat` and then `Instruct`. Now you are ready to chat with The OverThinker. Enjoy!
48
+
49
+ </details>
50
 
51
  The OverThinker awaits your challenging riddles and is ready to provide you with wild answers. Let the journey begin!
52