]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/commitdiff
Begin met quote uit Rhetorica ad Herennium ivm natuurlijk en artificieel geheugen.
authorFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Thu, 10 Apr 2025 16:17:16 +0000 (00:17 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Thu, 10 Apr 2025 16:17:16 +0000 (00:17 +0800)
source/posts/providing_tools_to_AI.org

index f146f371316bd2adc49fe05a0d8dd4950ab53795..0e18681c8a718a90f52c5d416fa63dbbbb8eba80 100644 (file)
@@ -4,6 +4,8 @@
 #+OPTIONS: \n:t
 
 #+BEGIN_PREVIEW
+~Sunt igitur duae memoriae: una naturalis, altera artificiosa.~
+
 Given all the recent conversation about agentic AI, I wanted to get a better first-hand understanding of what is possible at the moment with OpenAI API's from within Emacs. I used [[https://karthinks.com/][Karthik Chikmagalur 's]] [[https://github.com/karthink/gptel][simple LLM client for Emacs, gptel]] for this evaluation.
 
 The tool has come a long way since its initial release 2 years ago. It has become a preferred LLM chat client for many, supporting multiple models and backends. The latest version introduced tool use. This allows the models a way to actually fetch data or take other actions, as [[https://platform.openai.com/docs/guides/function-calling?api-mode=responses][described in OpenAI's documentation]].