mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-21 23:57:58 +01:00
Update Extensions.md
This commit is contained in:
parent
8aafb1f796
commit
ee3c8a893e
@ -110,6 +110,8 @@ python server.py --extensions translate enthusiasm # First apply translate, then
|
||||
|
||||
Once defined in a `script.py`, this function is executed in place of the main generation functions. You can use it to connect the web UI to an external API, or to load a custom model that is not supported yet.
|
||||
|
||||
Note that in chat mode, this function must only return the new text, whereas in other modes it must return the original prompt + the new text.
|
||||
|
||||
```python
|
||||
import datetime
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user