Fix cursor focus and selection in input box, add AWS env var warning box, and remove AWS Bedrock login banner
This commit is contained in:
@@ -66,10 +66,10 @@ fn get_binary_confidence_color(is_correct: bool, is_low_confidence: bool) -> Str
|
||||
"\x1b[31m".to_string() // Red for incorrect
|
||||
}
|
||||
}
|
||||
use galaxy_completer::ParsedTokensSnapshot;
|
||||
use galaxy_completer::util::parse_current_commands_and_tokens;
|
||||
#[cfg(feature = "onnx")]
|
||||
use input_classifier::{OnnxClassifier, OnnxModel};
|
||||
use warp_completer::ParsedTokensSnapshot;
|
||||
use warp_completer::util::parse_current_commands_and_tokens;
|
||||
#[cfg(feature = "onnx")]
|
||||
fn default_onnx_model() -> Option<OnnxModel> {
|
||||
cfg_if::cfg_if! {
|
||||
|
||||
Reference in New Issue
Block a user