Update Extensions.md

This commit is contained in:
oobabooga 2023-05-05 19:04:50 -03:00 committed by GitHub
parent 8aafb1f796
commit ee3c8a893e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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