From 85d9f94c16f6715bd5f20b612bcad6056a65a796 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Sun, 23 Apr 2023 21:13:12 +0200 Subject: Updated Home.md (markdown) --- Home.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 34c22de..b443326 100644 --- a/Home.md +++ b/Home.md @@ -13,7 +13,13 @@ This is the wiki for retiolum. - [bing-gpt](http://bing-gpt.r): BingGPT frontend/API server - [Vicuna](http://vicuna.r): Text-as-a-Service (gpt alternative) - vicuna-13b model, https://vicuna.lmsys.org/ - + - api example: + ```console + $ curl http://vicuna.r/v1/chat/completions -H "Content-Type: application/json" -d '{ + "model": "vicuna-13b", + "messages": [{"role": "user", "content": "Hello!"}] + }' + ``` - [wallpaper](http://prism.r/realwallpaper-krebs.png) - [wallpaper-timelapse](http://prism.r/realwallpaper-video.mp4) - [wallpaper no entities](http://prism.r/realwallpaper.png) -- cgit v1.2.3