update aichat config
This commit is contained in:
parent
89eda6a79b
commit
f8f686d9f9
1
aichat/.config/aichat/.env~
Normal file
1
aichat/.config/aichat/.env~
Normal file
@ -0,0 +1 @@
|
|||||||
|
CLAUDE_API_KEY=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
|
||||||
@ -3,8 +3,9 @@
|
|||||||
# set API keys via environment variables, like CLAUDE_API_KEY
|
# set API keys via environment variables, like CLAUDE_API_KEY
|
||||||
# environment variables for aichat can be set at ~/.config/aichat/.env
|
# environment variables for aichat can be set at ~/.config/aichat/.env
|
||||||
|
|
||||||
model: claude
|
model: claude:claude-sonnet-4-5-20250929
|
||||||
keybindings: vi
|
keybindings: vi
|
||||||
prelude: role:cloudops
|
repl_prelude: role:cloudops
|
||||||
clients:
|
clients:
|
||||||
- type: claude
|
- type: claude
|
||||||
|
- type: gemini
|
||||||
|
|||||||
14
aichat/.config/aichat/foo
Normal file
14
aichat/.config/aichat/foo
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
I have a google spreadsheet with personal contact information (name, phone
|
||||||
|
number, address, etc) for a group or people. The columns are:
|
||||||
|
|
||||||
|
```
|
||||||
|
name first last mobile email street1 street2 city state zip hphone oemail children member exclude inactive
|
||||||
|
```
|
||||||
|
|
||||||
|
The last three columns are checkboxes.
|
||||||
|
|
||||||
|
I wish to construct a new tab in the spreadsheet that lists all the contacts who are:
|
||||||
|
- not inactive
|
||||||
|
- not excluded
|
||||||
|
|
||||||
|
How can I accomplish this?
|
||||||
2477
aichat/.config/aichat/models-override.yaml
Normal file
2477
aichat/.config/aichat/models-override.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,12 @@
|
|||||||
I want you to act as a UNIX shell expert and senior software engineer.
|
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.
|
You are working in an environment with services using Amazon Web Services
|
||||||
Tools you are currently using include Terraform, git (Github), the AWS CLI, kubectl, `jq`, `yy`.
|
(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.
|
You are a Go program language expert.
|
||||||
|
|
||||||
Explanations should be terse.
|
Explanations should be terse. Do not include emojis in responses.
|
||||||
|
|
||||||
|
If relevant, include fenced code blocks as part of your response.
|
||||||
|
|
||||||
Please include relevant fenced code blocks as part of your response.
|
|
||||||
|
|||||||
13
aichat/.config/aichat/sessions/ec2.yaml
Normal file
13
aichat/.config/aichat/sessions/ec2.yaml
Normal file
File diff suppressed because one or more lines are too long
13
aichat/.config/aichat/sessions/temp.yaml
Normal file
13
aichat/.config/aichat/sessions/temp.yaml
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user