-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #756 from Avaiga/chatbot_tutorial
Adds an LLM ChatBot tutorial and demo
- Loading branch information
1 parent
06025ed
commit 53ee3b3
Showing
12 changed files
with
436 additions
and
1 deletion.
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,16 @@ | ||
This demo showcases Taipy's ability to enable end-users to run inference using LLMs. Here, we | ||
use GPT-3 to create a chatbot and display the conversation in an interactive chat interface. | ||
|
||
[Try it live](https://demo-llm-chat.taipy.cloud/){: .tp-btn target='blank' } | ||
[Get it on GitHub](https://github.com/Avaiga/demo-llm-chat){: .tp-btn .tp-btn--accent target='blank' } | ||
|
||
# Understanding the Application | ||
This application allows the user to chat with GPT-3 by sending | ||
its input to the OpenAI API and returning the conversation in | ||
a chat window. The user is also able to come back to a previous | ||
conversation and continue it. | ||
|
||
![ChatBot](images/chatbot_meds_conv.png){width=100%} | ||
|
||
A tutorial on how to write this application and similar | ||
LLM inference applications is available [here](../tutorials/chatbot/index.md). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.