matrix-bot-openai-wrapper/config.ts.example

8 lines
161 B
Plaintext
Raw Normal View History

2024-09-10 13:45:53 +00:00
export const config = {
"homeserverUrl": "",
"accessToken": "",
"storageLocation": "bot.json",
"cryptoFolderLocation": "crypto",
"openaiApiKey": "",
2024-08-24 20:51:54 +00:00
}