From the course: Python for AI Projects: From Data Exploration to Impact
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Bringing It All Together: Improving your Chatbot with ML - Python Tutorial
From the course: Python for AI Projects: From Data Exploration to Impact
Bringing It All Together: Improving your Chatbot with ML
- [Instructor] Here we have a familiar chat interface. Just type your question below and the LLM will respond in the main window. Let's try asking for some food recommendations in Los Angeles as an example. (no audio) You can click the view full LLM request payload expander below the response to see all the data returned from the Mistral LLM to our app. (no audio) Here you can view the full breakdown, including messages, prompts, context, and key parameters like max tokens and temperature used in the LLM request. We can also click on one of the follow-up questions, which are suggested below the response. These options are actually generated in the same LLM response that we've crafted using our prompt engineering strategy. In our example, let's just follow up with a question of our own and ask the app to recommend a tour product, which has good food and nice scenery. (no audio) When you're done chatting, you can reset…
Contents
-
-
-
-
-
-
(Locked)
Data exploration2m 18s
-
(Locked)
Setting up your Coding Environment3m 35s
-
(Locked)
Setting up LLMs4m 50s
-
(Locked)
Deploy AI Web Apps using Streamlit4m 8s
-
(Locked)
Run an AI Chatbot from Explore California Dataset3m 14s
-
(Locked)
Improving GenAI performance3m 47s
-
(Locked)
Bringing It All Together: Improving your Chatbot with ML9m 31s
-
(Locked)
-