From 3a5cad6f6dc3d269196b70640135fd307460f883 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 19 Nov 2024 16:05:45 -0800 Subject: [PATCH] Update title, description --- src/content/posts/ai-with-code-execution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/posts/ai-with-code-execution.md b/src/content/posts/ai-with-code-execution.md index dff4626..ffc39fb 100644 --- a/src/content/posts/ai-with-code-execution.md +++ b/src/content/posts/ai-with-code-execution.md @@ -1,7 +1,7 @@ --- -title: "How to Create AI Assistants with Code Execution Capabilities" +title: "How to make AI Agents that Run Code" author: saba -description: "A deep dive into how we've implemented code execution in AI systems at Khoj, and the implications for creating more capable and useful AI systems." +description: "A deep dive into how we've implemented code execution with AI agents at Khoj, and the implications for creating more capable, reliable agents." heroImage: /purple_green_void.png pubDate: 2024-11-19 keywords: ["quantitative data llm", "open-source", "code sandbox"]