From 50a49eff155a742618a704459784a201a0f17573 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 10 Jan 2023 07:41:29 -0800 Subject: [PATCH] gallery updates (#573) --- docs/gallery.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/gallery.rst b/docs/gallery.rst index 80a4bc9bb6..c88cb7a588 100644 --- a/docs/gallery.rst +++ b/docs/gallery.rst @@ -70,6 +70,39 @@ Open Source --- + .. link-button:: https://dagster.io/blog/chatgpt-langchain + :type: url + :text: Dagster Documentation ChatBot + :classes: stretched-link btn-lg + + +++ + + Build a GitHub support bot with GPT3, LangChain, and Python. + + --- + + .. link-button:: https://huggingface.co/spaces/team7/talk_with_wind + :type: url + :text: Talk With Wind + :classes: stretched-link btn-lg + + +++ + + Record sounds of anything (birds, wind, fire, train station) and chat with it. + + --- + + .. link-button:: https://huggingface.co/spaces/JavaFXpert/Chat-GPT-LangChain + :type: url + :text: ChatGPT LangChain + :classes: stretched-link btn-lg + + +++ + + This simple application demonstrates a conversational agent implemented with OpenAI GPT-3.5 and LangChain. When necessary, it leverages tools for complex math, searching the internet, and accessing news and weather. + + --- + .. link-button:: https://huggingface.co/spaces/JavaFXpert/gpt-math-techniques :type: url :text: GPT Math Techniques