히스토리
- 프롬프트 관련
관련메타
BIBLIOGRAPHY
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.
junghan0611. (2024) 2024. “Junghan0611/Gregoryg-Aipihkal #Prompt 프롬프트.” https://github.com/junghan0611/AIPIHKAL.
Mermaid 다이어그램 프롬프트
/구버전 호환성*을 원하면,
- subgraph 2단계 이하
- 노드명은 영문/숫자/언더바만
- 연결은 한 줄에 하나 로 제한하세요.
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.