8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
;;; custom-packages/private.el -*- lexical-binding: t; -*-
|
|
|
|
|
|
(setq chatgpt-shell-openai-key "my-openai-key")
|
|
(setq dall-e-shell-openai-key "my-openai-key")
|
|
|
|
(provide 'private)
|