Gregory Grubbs gregoryg/emacs-gregoryg

(Gregory Grubbs [2015] 2024)

  • My emacs settings for use across Linux, Windows, OS X

JunghanKim junghan0611/gregoryg-AIPIHKAL #prompt

(Gregory Grubbs [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)))))

junghan0611/KB\_microservice: KB (knowledge base) microservice powered by GPT4. For chatbots, cognitive architectures, and autonomous agents :

(“Junghan0611/KB_Microservice: KB (Knowledge Base)” n.d.)

  • David Shapiro kb

org-mode 지원 가능

git clone git@github.com:junghan0611/KB_microservice.git

Related-Notes

References

Gregory Grubbs. (2015) 2024. “Gregoryg/Emacs-Gregoryg.” https://github.com/gregoryg/emacs-gregoryg.

———. (2024) 2024. “Junghan0611/Gregoryg-AIPIHKAL #Prompt.” https://github.com/junghan0611/AIPIHKAL.

“Junghan0611/KB_Microservice: KB (Knowledge Base).” n.d. Accessed December 7, 2024. https://github.com/junghan0611/KB_microservice.