Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oltoko committed Sep 1, 2024
1 parent 13f4b51 commit 25e23bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ pub fn load() -> Result<ManGPTConfig, Box<dyn std::error::Error>> {
fn create_config_file(
config_file_path: &std::path::PathBuf,
) -> Result<(), Box<dyn std::error::Error>> {
println!("You can create an OpenAI API-Key in your account https://platform.openai.com/api-keys");
println!(
"You can create an OpenAI API-Key in your account https://platform.openai.com/api-keys"
);
let api_key = rpassword::prompt_password("Please Enter your OpenAI API-Key: ")?;

let config = ManGPTConfig {
Expand Down

0 comments on commit 25e23bc

Please sign in to comment.