From the course: LLMOps in Practice: A Deep Dive
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Exploring the logging system - Python Tutorial
From the course: LLMOps in Practice: A Deep Dive
Exploring the logging system
So let's explore the logs that we've just been talking about, and I'm going to do that by having multiple chat sessions with our chatbot. So let's say our first chat session is going to be, help me give a presentation on giving presentations. That's really meta, and see what it comes up with. So it's going to take a moment. It's again we're going through the whole thing. It's thinking. And while that thinking message is displayed, we're in that asynchronous loop where it's the Node.js server is calling the OpenAI back end to get the completion. It sends it back to us. And now we get something like this. And that's pretty cool. Even things like, hey, voice modulation, managing nerves, that's getting pretty advanced, pretty cool. And I'll say, okay, can you turn this into a 200-word script that I can use as a starting point? Something like that. So again, really, really nice. Or maybe I could do longer than 200 words, but let's just keep it simple for that one. And it's having that…
Contents
-
-
-
-
(Locked)
Coding for logging7m 35s
-
(Locked)
Exploring the logging system4m 23s
-
(Locked)
RLHF and user feedback1m 52s
-
(Locked)
Challenge: Implementing RLHF and user feedback2m 35s
-
(Locked)
Demonstrating the ops project completed2m 40s
-
(Locked)
Solution: Completing an ops project5m 2s
-
(Locked)
Demonstrating the code for the ops17m 12s
-
(Locked)
-
-
-