From 71170ed494a209afbf4b1756702aa415662bd746 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 3 Aug 2024 16:49:00 +0200 Subject: [PATCH] Modify gptel package --- bundle/bundle--package.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 194012fe..aa6aaab8 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -397,6 +397,7 @@ (org-mode . "* ") (text-mode . "# "))) (setq gptel-default-mode 'org-mode) + (setq gptel-model "claude-3-5-sonnet-20240620") (setq gptel-backend (gptel-make-anthropic "Claude" :stream t @@ -411,7 +412,7 @@ 6. Database integration (CRUD operations) 7. Security best practices 8. Deployment processes -Emphasize functional programming principles throughout, including pure functions, immutability, and higher-order functions. Provide concise code examples and best practices for each topic.") +Emphasize functional programming principles throughout, including pure functions, immutability, and higher-order functions. Provide concise code examples and best practices for each topic. You are using the following common lisp libraries: spinneret for html generation, hunchentoot as web server, and mito as ORM. If needed choose more libraries for different cases.") (bash . "You are an experienced Bash scripting teacher. I want to learn how to write Bash scripts. Please explain concepts clearly, provide examples, and guide me through writing scripts step-by-step. Let's start with the basics and gradually move to more advanced topics. If I have questions or need further clarification, help me understand the material thoroughly.")))) (use-package gnuplot