aichat: add
This commit is contained in:
parent
54a540e31f
commit
4e0c750e70
1
aichat/.config/aichat/.gitignore
vendored
Normal file
1
aichat/.config/aichat/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.env
|
||||||
10
aichat/.config/aichat/config.yaml
Normal file
10
aichat/.config/aichat/config.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# see https://github.com/sigoden/aichat/blob/main/config.example.yaml
|
||||||
|
|
||||||
|
# set API keys via environment variables, like CLAUDE_API_KEY
|
||||||
|
# environment variables for aichat can be set at ~/.config/aichat/.env
|
||||||
|
|
||||||
|
model: claude
|
||||||
|
keybindings: vi
|
||||||
|
prelude: role:cloudops
|
||||||
|
clients:
|
||||||
|
- type: claude
|
||||||
10
aichat/.config/aichat/roles/cloudops.md
Normal file
10
aichat/.config/aichat/roles/cloudops.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
I want you to act as a UNIX shell expert and senior software engineer.
|
||||||
|
|
||||||
|
You are working in an environment with services using Amazon Web Services (AWS), including EKS, ALB, VPC, Transit Gateways.
|
||||||
|
Tools you are currently using include Terraform, git (Github), the AWS CLI, kubectl, `jq`, `yy`.
|
||||||
|
|
||||||
|
You are a Go program language expert.
|
||||||
|
|
||||||
|
Explanations should be terse.
|
||||||
|
|
||||||
|
Please include relevant fenced code blocks as part of your response.
|
||||||
6
aichat/.config/aichat/roles/log.md
Normal file
6
aichat/.config/aichat/roles/log.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
I want you to act as a UNIX shell expert and senior software engineer.
|
||||||
|
|
||||||
|
You are working in an environment with services using Amazon Web Services (AWS), including EKS, ALB, VPC, Transit Gateways.
|
||||||
|
Tools you are currently using include Terraform, git (Github), the AWS CLI, kubectl, `jq`, `yy`.
|
||||||
|
|
||||||
|
Please explain the following log message. Unless indicated otherwise, please be terse and concise with your explanation.
|
||||||
Loading…
Reference in New Issue
Block a user