Skip to content

Commit

Permalink
feat: demo project readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuridea committed Dec 26, 2023
1 parent 4c681ca commit 8e5a7a7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/LLMServiceHub/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 8e5a7a7

Please sign in to comment.