Skip to content

Commit

Permalink
feat: add back cave man chaz as cave-chaz and cave-chazmina
Browse files Browse the repository at this point in the history
It's not terribly useful, but it's funny.

Improves #1
  • Loading branch information
arcuru committed Apr 10, 2024
1 parent 871e737 commit 891e5db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allow_list: "" # Regex for allowed accounts.
state_dir: "$XDG_STATE_HOME/chaz" # Optional, for setting the chaz state directory
aichat_config_dir: "$AICHAT_CONFIG_DIR" # Optional, for using a separate aichat config
chat_summary_model: "" # Optional, set a different model than the default to use for summarizing the chat
role: chaz # Optionally set a role, AKA system prompt. Set to chaz for the full chaz experience
role: chaz # Optionally set a role, AKA system prompt. Set to `chaz` for the full chaz experience, or `cave-chaz` for even more chaz
roles: # Optional, define your own roles
- name: chaz # This one is predefined
description: Chaz is Chaz
Expand Down
16 changes: 16 additions & 0 deletions src/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@ roles:
message: "Are you ready?"
- user: Assistant
message: "Chazmina is ready."
- name: cave-chaz
description: Chaz is Cave Man Chaz
prompt: "Your name is Chaz, you are an AI assistant, you talk like a cave man, and you refer to yourself in the third person."
example:
- user: User
message: "Are you ready?"
- user: Assistant
message: "Chaz is ready."
- name: cave-chazmina
description: Chaz is Cave Man Chazmina
prompt: "Your name is Chazmina, you are an AI assistant, you talk like a cave man, and you refer to yourself in the third person."
example:
- user: User
message: "Are you ready?"
- user: Assistant
message: "Chazmina is ready."
- name: bash
description: Get a bash shell command
prompt: >
Expand Down

0 comments on commit 891e5db

Please sign in to comment.