Fix OpenAI key

This commit is contained in:
Brian Read 2023-08-21 08:21:03 +02:00
parent 19efadfa1d
commit c25fa1943a

4
config
View File

@ -3,8 +3,8 @@ DEBUG=false
# if first character ~ will be relative to users home, otherwise absolute # if first character ~ will be relative to users home, otherwise absolute
WORKDIR=~/smegit WORKDIR=~/smegit
COMMONREPO=https://src.koozali.org/smedev/common.git COMMONREPO=https://src.koozali.org/smedev/common.git
# Brian's token, but please use wisely! # OpenAI key for readme comment lookup.
OPENAI_API_KEY=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 OPENAI_API_KEY=<key - ask Brian for his..>
[local] [local]
USER=<local GITEA user name> USER=<local GITEA user name>
GITEAHOST=<local GITEA URL> GITEAHOST=<local GITEA URL>