Open LittleBlackTong opened 1 year ago
(use-package chatgpt :ensure t)
(setq openai-key "sk-vehGhZ0zCZxxxxxxxxxxxxxxxxxxxxxFW8PkOUk4") (setq openai-user "dom") ;;(setq openai-base-url "https://api.openai.com/v1/chat/completions")
this my setting but it is not working
Is there any error message? Also, try debugging it following our debugging section, see https://github.com/emacs-openai/openai#-debugging.
(use-package chatgpt :ensure t)
(setq openai-key "sk-vehGhZ0zCZxxxxxxxxxxxxxxxxxxxxxFW8PkOUk4") (setq openai-user "dom") ;;(setq openai-base-url "https://api.openai.com/v1/chat/completions")
this my setting but it is not working