gpt: install gpterm and set-up creds
This commit is contained in:
parent
592281f124
commit
b9909d27b3
2 changed files with 17 additions and 0 deletions
14
gpterm/config.ini
Normal file
14
gpterm/config.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[SELECTED_CONFIG]
|
||||
configname = BASE_CONFIG
|
||||
|
||||
[BASE_CONFIG]
|
||||
# modelname = gpt-3.5-turbo
|
||||
modelname = gpt-4
|
||||
temperature = 1
|
||||
presencepenalty = 0
|
||||
frequencypenalty = 0
|
||||
systemmessage = Hi Thomas, how can I help?
|
||||
commandinitiator = !
|
||||
savepath = /home/thomas/gpt/saves
|
||||
codetheme = gruvbox-dark
|
||||
|
|
@ -32,4 +32,7 @@ export PATH="$PYENV_ROOT/bin:$PATH"
|
|||
eval "$(pyenv init --path)"
|
||||
|
||||
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
export OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
eval "$(starship init zsh)"
|
||||
|
|
Loading…
Add table
Reference in a new issue