히스토리
- 프롬프트 관련
관련메타
BIBLIOGRAPHY
junghan0611. (2024) 2024. “Junghan0611/Gregoryg-Aipihkal #Prompt 프롬프트.” https://github.com/junghan0611/AIPIHKAL.
JunghanKim. (2024a) 2024. “Junghan0611/Awesome-Chatgpt-Prompts.” https://github.com/junghan0611/awesome-chatgpt-prompts.
———. (2024b) 2024. “Junghan0611/Lijigang-Write-Prompt.” https://github.com/junghan0611/lijigang-write-prompt.
JunghanKim junghan0611/gregoryg-AIPIHKAL #prompt
(junghan0611 [2024] 2024)
- AI (LLM) Prompts I Have Known And Loved
- 내가 알고 사랑했던 AI(LLM) 프롬프트
(use-package! gptel
:config
;; classic gptel configuration
(setq
gptel-model 'claude-3-opus-20240229
gptel-backend (gptel-make-anthropic "Claude"
:stream t :key "sk-..."))
;; set gptel-directives as AIPIHKAL system-prompts
(let ((build-directives-fun "~/projects/ai/AIPIHKAL/gptel-build-directives.el"))
(when (file-exists-p build-directives-fun)
(load build-directives-fun)
(setq gptel-directives (gjg/gptel-build-directives "~/projects/ai/AIPIHKAL/system-prompts/")
gptel-system-message (alist-get 'default gptel-directives)))))
JunghanKim junghan0611/lijigang-write-prompt
(JunghanKim [2024b] 2024)
- 公众号Write Prompt 发布的Prompt,同步记录于此
JunghanKim junghan0611/awesome-chatgpt-prompts
(JunghanKim [2024a] 2024)
-
This repo includes ChatGPT prompt curation to use ChatGPT better.