Skip to content

Commit 0fa0b1e

Browse files
authored
Update README.md
1 parent c27e097 commit 0fa0b1e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ The app supports three types of suggestion services:
2929

3030
It is recommended to use Tabby since they have extensive experience in crafting prompts.
3131

32-
If you choose not to use Tabby, it is advisable to use a custom model with the completions API and employ the default request strategy.
32+
If you choose not to use Tabby, it is advisable to use a custom model with the completions API and employ the default request strategy. If the result looks like a response of chat, try another model or set the model template to something like (if possible):
33+
34+
```
35+
{{ .System }}
36+
{{ .Prompt }}{{ .Response }}
37+
```
38+
39+
The template format differs in different tools.
3340

3441
If you are new to running a model locally, you can try [LM Studio](https://lmstudio.ai).
3542

0 commit comments

Comments
 (0)