emacs-openai / chatgpt

Use ChatGPT inside Emacs
GNU General Public License v3.0
193 stars 21 forks source link

not wok #18

Open LittleBlackTong opened 1 year ago

LittleBlackTong commented 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

jcs090218 commented 1 year ago

Is there any error message? Also, try debugging it following our debugging section, see https://github.com/emacs-openai/openai#-debugging.