References

“Fiddler AI: AI Observability, Model Monitoring, LLM Monitoring, and Explainable AI.” n.d. Accessed February 20, 2025. https://www.fiddler.ai/.

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

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

———. n.d. “Gregory Grubbs - LinkedIn - Fiddler AI.” Accessed December 2, 2024. https://www.linkedin.com/in/gregorygrubbs/.

NO_ITEM_DATA:web-junghan0611kb_microservicekb

Gregory Grubbs - LinkedIn - Fiddler AI

(Gregory Grubbs n.d.)

  • Gregory Grubbs

Fiddler AI: AI Observability, Model Monitoring, LLM Monitoring, and Explainable AI

(“Fiddler AI: AI Observability, Model Monitoring, LLM Monitoring, and Explainable AI” n.d.)

  • Fiddler AI
  • Monitor, explain, analyze, and protect LLM applications and ML Models. Gain visibility and actionable insights with the Fiddler AI Observability and Security platform.

Gregory Grubbs gregoryg/emacs-gregoryg

(Gregory Grubbs [2015] 2024)

  • My emacs settings for use across Linux, Windows, OS X
    ;;;;; TODO
     
    ;; (package! cypher-mode)
    ;; (package! ob-cypher)
    ;; (package! sparql-mode)

관련링크

[2025-02-21 Fri 08:07]

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 :

(NO_ITEM_DATA:web-junghan0611kb_microservicekb)

  • David Shapiro kb

org-mode 지원 가능

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