#chatgpt
Read more stories on Hashnode
Articles with this tag
Even though our project does what it needs to, it looks like a jumbled mess. Although we split the code into functions in the last few chapters, it is...
Hello, Rustaceans! Welcome back to our journey of learning Rust and building an open-source tool. In this episode, we're going to explore how to...
Getting the exact response you want from ChatGPT. ยท Hey there, fellow Rustaceans! Welcome back to our thrilling journey of learning Rust and creating an...
In this part, we will be focusing on adding more options for our command line arguments as well as refactoring the code to make it look a lot better...
In the previous part of our journey, we learned how to make requests to the OpenAI API and handle the responses. Today, we'll continue enhancing our...
Welcome back, fellow adventurers! ๐ค In the last part, we delved into the world of user input handling using the clap crate. Today, we will embark on...