From 8e5a7a73045e1e2c08bd75226210069cdc93365f Mon Sep 17 00:00:00 2001 From: arthuridea w <2337583+arthuridea@users.noreply.github.com> Date: Tue, 26 Dec 2023 15:21:25 +0800 Subject: [PATCH] feat: demo project readme --- src/LLMServiceHub/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/LLMServiceHub/README.md diff --git a/src/LLMServiceHub/README.md b/src/LLMServiceHub/README.md new file mode 100644 index 0000000..9352473 --- /dev/null +++ b/src/LLMServiceHub/README.md @@ -0,0 +1,26 @@ +# An MVC Webapp demonstration + +## Content + +In this project,we build a demonstration of SDK usage,including: + +1. ChatGPT service integration. + + chat in text. + + limited parameters. + + multi-round chat. + + Server-Sent Event support. +1. Baidu Erniebot service integration. + + chat in text. + + limited parameters. + + multi-round chat. + + Server-sent Event support. +1. Baidu ErnieVilg V2 painting service integration. + + text2img. + + various image size. + + local image storage. +1. Inmemory caching of chat hitory. +1. Storaging text2image generation to local disk. +1. WebApi with `swashbuclke` documentation support. +1. Mvc & .net8.0 driven. +1. A simple local user authentication(without database). +1. AzureAD authentication integration,demonstrating login with tenantid insensitive MS personal account or MS Work or school account. \ No newline at end of file