Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,7 @@ And the user has typed in the following message:
|
|
41 |
> Start!
|
42 |
|
43 |
To perform inference against the model, the prompt should be formatted like this:
|
|
|
44 |
```
|
45 |
<|system|>This is a text adventure game. Describe the scenario to the user and give him three options to pick from on each turn.<|user|>Start!<|model|>
|
46 |
```
|
|
|
41 |
> Start!
|
42 |
|
43 |
To perform inference against the model, the prompt should be formatted like this:
|
44 |
+
|
45 |
```
|
46 |
<|system|>This is a text adventure game. Describe the scenario to the user and give him three options to pick from on each turn.<|user|>Start!<|model|>
|
47 |
```
|