Skip to content

Commit

Permalink
hotfixes numero dos
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckyBlender committed May 27, 2024
1 parent 9cab504 commit 8d35f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async fn main() {
description = "Bot commands. Most of the local models have Q4_K_M quantization. Some joke commands are hidden. Contact: @DuckyBlender"
)]
enum Commands {
#[command(description = "generate uncensored text using dolphin-llama3", alias = "u")]
#[command(description = "generate uncensored text using llama3-alpha-centauri-uncensored", alias = "u")]
Uncensored,
#[command(description = "generate caveman-like text", alias = "cv")]
Caveman,
Expand Down
2 changes: 1 addition & 1 deletion src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use ollama_rs::{models::create::CreateModelRequest, Ollama};
#[derive(Debug, PartialEq, Sequence)]
pub enum ModelType {
// Ollama (text)
Uncensored, // dolphin-llama3
Uncensored, // gurubot/llama3-alpha-centauri-uncensored
Caveman, // caveman-llama3 (custom model)
Racist, // duckyblender/racist-phi3
Furry, // furry-llama3 (custom model)
Expand Down

0 comments on commit 8d35f7c

Please sign in to comment.