server: remove warmup methods everywhere

This commit is contained in:
2023-10-05 23:44:50 +02:00
committed by Mathieu Virbel
parent 50b89ecdda
commit 47f7e1836e
11 changed files with 2 additions and 134 deletions

View File

@@ -43,17 +43,6 @@ Authentication must be passed with the `Authorization` header, using the `bearer
Authorization: bearer <REFLECTOR_APIKEY>
```
### Warmup (both)
`POST /warmup`
**response**
```
{
"status": "ok"
}
```
### LLM
`POST /llm`