-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c681ca
commit 8e5a7a7
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |