Modify gptel package
This commit is contained in:
parent
31686a35cd
commit
71170ed494
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue