server: add link to tests in the README.md
This commit is contained in:
parent
a779a4bf9c
commit
a2a928c5a9
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,12 @@ curl --request POST \
|
||||||
--data '{"prompt": "Building a website can be done in 10 simple steps:","n_predict": 128}'
|
--data '{"prompt": "Building a website can be done in 10 simple steps:","n_predict": 128}'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Advanced testing
|
||||||
|
|
||||||
|
We implemented a [server test framework](./tests/README.md) using human-readable scenario.
|
||||||
|
|
||||||
|
*Before submitting an issue, please try to reproduce it with this format.*
|
||||||
|
|
||||||
## Node JS Test
|
## Node JS Test
|
||||||
|
|
||||||
You need to have [Node.js](https://nodejs.org/en) installed.
|
You need to have [Node.js](https://nodejs.org/en) installed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue