This commit is contained in:
2025-10-19 21:54:29 +08:00
parent a64bc65ad4
commit 788b862e5b
6 changed files with 330 additions and 319 deletions
+14
View File
@@ -0,0 +1,14 @@
;;; ai.el -*- lexical-binding: t; -*-
(setq gptel-model 'google/gemini-2.5-flash ;; Default model
gptel-backend
(gptel-make-openai "OpenRouter" ;Any name you want
:host "openrouter.ai"
:endpoint "/api/v1/chat/completions"
:stream t
:key "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" ;can be a function that returns the key
:models '(google/gemini-2.5-flash
google/gemini-2.5-pro
anthropic/claude-sonnet-4
anthropic/claude-sonnet-4.5
)))