chatgpt/example-chat.conf

24 lines
409 B
Plaintext
Raw Permalink Normal View History

[openai]
api_key = sk-XXXXXXXXXXXXXXX
2023-03-31 15:08:01 +00:00
[chatcompletion]
model = gpt-3.5-turbo
role = user
2023-10-02 18:21:58 +00:00
context = You are helpful and friendly bot on IRC channel #linux.
2023-03-31 15:08:01 +00:00
temperature = 0.8
max_tokens = 1000
top_p = 1
frequency_penalty = 0
presence_penalty = 0
2023-03-31 17:49:44 +00:00
request_timeout = 60
2023-03-31 15:08:01 +00:00
[irc]
server = open.ircnet.net
port = 6667
2023-03-31 15:08:01 +00:00
ssl = false
2023-10-02 18:21:58 +00:00
channels = #linux,#github
nickname = MyBot
2023-03-31 15:08:01 +00:00
ident = mybot
realname = My Bot
password =