Skip to content

Commit

Permalink
chore: changed organization to EdgenAI in ProjectDirs
Browse files Browse the repository at this point in the history
  • Loading branch information
francis2tm committed Feb 2, 2024
1 parent f37f7ad commit cd171b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/edgen_core/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub static SETTINGS: Lazy<RwLock<StaticSettings>> = Lazy::new(Default::default);

/// The configuration, and data directories for Edgen.
pub static PROJECT_DIRS: Lazy<ProjectDirs> =
Lazy::new(|| ProjectDirs::from("com", "Binedge", "Edgen").unwrap());
Lazy::new(|| ProjectDirs::from("com", "EdgenAI", "Edgen").unwrap());
pub static CONFIG_FILE: Lazy<PathBuf> = Lazy::new(|| build_config_file_path());
pub static CHAT_COMPLETIONS_MODEL_DIR: Lazy<PathBuf> =
Lazy::new(|| build_chat_completions_model_dir());
Expand Down

0 comments on commit cd171b4

Please sign in to comment.