Skip to content

Commit

Permalink
docs(README) : add translate config
Browse files Browse the repository at this point in the history
  • Loading branch information
LordPax committed Sep 22, 2024
1 parent 2ca3a65 commit ecb6cee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Projet to use ai api to generate text, image, etc.
## To do

- [x] command text
- [ ] command translate
- [x] command translate
- [ ] command image
- [ ] command speech
- [ ] command tts
Expand Down Expand Up @@ -45,6 +45,10 @@ type=openai
model=gpt-4
apiKey=yoursecretapikey
temp=0.7

[translate]
type=deepl
apiKey=yoursecretapikey
```

With type as prefix, parameter will be specific for this type, if there is no prefix, parameter will be global
Expand All @@ -57,6 +61,10 @@ openai-apiKey=yoursecretapikey
claude-model=claude-3-5-sonnet-20240620
claude-apiKey=yoursecretapikey
temp=0.7

[translate]
type=deepl
apiKey=yoursecretapikey
```

## Integration with tmux
Expand Down

0 comments on commit ecb6cee

Please sign in to comment.