diff --git a/ui/api.html b/ui/api.html index 6791683..92f8103 100644 --- a/ui/api.html +++ b/ui/api.html @@ -268,7 +268,7 @@ curl -X POST http://localhost:8000/api/predict \ -H "Content-Type: application/json" \ -d '{ - "prompt": "Once upon a time", + "prompt": "Kiedyś tak było", "n": 4, "temperature": 1.2, "length": 20 @@ -280,7 +280,7 @@ curl -X POST http://localhost:8000/api/predict \
{
- "prediction": "in a kingdom far away there lived a brave knight who sought adventure..."
+ "prediction": "przezroczyste, że prawie ich dostrzec nie mógł. Słysząc bowiem tyle o jej egzystencji. Zaiste z pogardą arcykapłańskich święceń i źle traktujesz sługi boże."
}
- Currently, there are no rate limits imposed on the API. For - production use, consider implementing appropriate rate - limiting. -
-