From: Frederik Vanrenterghem Date: Thu, 10 Apr 2025 16:19:54 +0000 (+0800) Subject: Remove redundant space. X-Git-Url: http://git.vanrenterghem.biz/www2.vanrenterghem.biz.git/commitdiff_plain/1bc144f10a39ab53047a6beaf9cce4d64a879ea2 Remove redundant space. --- diff --git a/source/posts/providing_tools_to_AI.org b/source/posts/providing_tools_to_AI.org index 0e18681..8453814 100644 --- a/source/posts/providing_tools_to_AI.org +++ b/source/posts/providing_tools_to_AI.org @@ -6,7 +6,7 @@ #+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. +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]].