jartine commited on
Commit
363120a
1 Parent(s): c9417e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -77,12 +77,6 @@ Having **trouble?** See the ["Gotchas"
77
  section](https://github.com/mozilla-ocho/llamafile/?tab=readme-ov-file#gotchas)
78
  of the README.
79
 
80
- ## About Upload Limits
81
-
82
- Files which exceed the Hugging Face 50GB upload limit have a .cat𝑋
83
- extension. You need to use the `cat` command locally to turn them back
84
- into a single file, using the same order.
85
-
86
  ## Prompting
87
 
88
  Command-line instruction example:
@@ -95,7 +89,7 @@ Command-line instruction example:
95
  <|CHATBOT_TOKEN|>'
96
  ```
97
 
98
- "Prompt Template" for web GUI interface:
99
 
100
  ```
101
  <BOS_TOKEN>
@@ -105,7 +99,7 @@ Command-line instruction example:
105
  <|CHATBOT_TOKEN|>
106
  ```
107
 
108
- "Chat history template" for web GUI interface:
109
 
110
  ```
111
  <|START_OF_TURN_TOKEN|>
 
77
  section](https://github.com/mozilla-ocho/llamafile/?tab=readme-ov-file#gotchas)
78
  of the README.
79
 
 
 
 
 
 
 
80
  ## Prompting
81
 
82
  Command-line instruction example:
 
89
  <|CHATBOT_TOKEN|>'
90
  ```
91
 
92
+ "Prompt Template" (copy and paste this into the web GUI):
93
 
94
  ```
95
  <BOS_TOKEN>
 
99
  <|CHATBOT_TOKEN|>
100
  ```
101
 
102
+ "Chat history template" (copy and paste this into the web GUI):
103
 
104
  ```
105
  <|START_OF_TURN_TOKEN|>