rename whitestaff => brightstaff

This commit is contained in:
Adil Hafeez 2025-05-12 13:13:55 -07:00
parent d74af53972
commit 7da174fc12
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
12 changed files with 35 additions and 36 deletions

View file

@ -2,7 +2,6 @@ use std::rc::Rc;
use crate::{configuration, llm_providers::LlmProviders};
use configuration::LlmProvider;
use log::info;
use rand::{seq::IteratorRandom, thread_rng};
#[derive(Debug)]