Journey in Rust: Bending ChatGPT to our will, Custom Format response generation.
Getting the exact response you want from ChatGPT.

Search for a command to run...
Articles tagged with #openai
Getting the exact response you want from ChatGPT.

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 command line tool by: Adding an optional max_tokens argument to control the length of the generated ...

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 a new quest: calling an API to retrieve some data! Let's buckle up and continue our exciting journey...

Hey there, Rusty folks! 馃檶 As you may know, I've been diving headfirst into the magical land of Rust, and I've decided to share my journey with you as I build a command line tool! Let's get ready to rumble, shall we? 馃殌 Step 0: Say "Hello" to the Wor...
