Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsauravsahu/poc-chatbot-genai
https://github.com/mrsauravsahu/poc-chatbot-genai
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrsauravsahu/poc-chatbot-genai
- Owner: mrsauravsahu
- Created: 2024-01-21T18:54:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T18:56:18.000Z (12 months ago)
- Last Synced: 2024-10-14T08:34:14.471Z (3 months ago)
- Language: C#
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Chatbot with GenAI
Read the article here - [mrsauravsahu.medium.com](https://mrsauravsahu.medium.com/creating-a-genai-powered-chat-fast-61b5efb41ea8)
This app demonstrates creating chat bot with OpenAI API Text Generation API.
![Screenshot of the app](./docs/assets/screenshot.png)
## architecture
The app uses a SvelteKit app and an ASP.NET API with SignalR and relays the Text Generation OpenAI API responses.
![Architecure](./docs/assets/system_architecture.png)