[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/gptel 23caab41cf 042/273: Add gpt-4 model
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/gptel 23caab41cf 042/273: Add gpt-4 model |
Date: |
Wed, 1 May 2024 10:01:34 -0400 (EDT) |
branch: elpa/gptel
commit 23caab41cff803e2b2843ee5780cfde00be18e96
Author: Schroedi <cs@keksdev.de>
Commit: karthink <karthikchikmagalur@gmail.com>
Add gpt-4 model
---
gptel-transient.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gptel-transient.el b/gptel-transient.el
index f92599383c..79dc9555ed 100644
--- a/gptel-transient.el
+++ b/gptel-transient.el
@@ -148,11 +148,11 @@ will get progressively longer!"
:class 'transient-lisp-variable
:variable 'gptel--model
:key "m"
- :choices '("gpt-3.5-turbo-0301" "gpt-3.5-turbo")
+ :choices '("gpt-3.5-turbo-0301" "gpt-3.5-turbo" "gpt-4")
:reader (lambda (prompt &rest _)
(completing-read
prompt
- '("gpt-3.5-turbo-0301" "gpt-3.5-turbo"))))
+ '("gpt-3.5-turbo-0301" "gpt-3.5-turbo" "gpt-4"))))
(transient-define-infix gptel--infix-temperature ()
"Temperature of request."
- [nongnu] elpa/gptel 34a52aa047 246/273: gptel-anthropic: Remove debug code, (continued)
- [nongnu] elpa/gptel 34a52aa047 246/273: gptel-anthropic: Remove debug code, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel e3b3591d73 240/273: README: Add support for Groq (#257), ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 81bb467104 250/273: gptel: Set window when running post-response hook, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel b4088e3f7b 261/273: README: New pacakge based on gptel, magit-gptcommit (#281), ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 9b094b8b1e 265/273: gptel: Fix url-retrieve response parser bug, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 2b2dbe2664 043/273: gptel: Fix parsing error in url-retrieve buffer, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 5ebaf361f1 046/273: gptel: Handle the prompt prefix string automatically, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel c6abda6f0f 075/273: gptel-transient: Rename gptel-send-menu -> gptel-menu, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 8a9ae56e77 074/273: gptel: Add streaming, in-place options to gptel-request, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel ba133267ec 063/273: gptel: Run post-response-hook after inserting response, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 23caab41cf 042/273: Add gpt-4 model,
ELPA Syncer <=
- [nongnu] elpa/gptel 1c07a94e18 052/273: README: Update manual install instructions, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel f0953d569e 069/273: gptel: Simplify response API, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 6c47c0a483 066/273: README: Add videos with streaming, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel c11e53061c 078/273: gptel-transient: New gptel-menu transient options, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 422eba8048 087/273: gptel-curl: Run post-response-hook in gptel buffer, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 42132d3662 093/273: README: tweak description of package, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 07f27be696 101/273: gptel-transient: UI tweak for custom prompt, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel e6df1a5e33 098/273: gptel: Use :require for auth-source-search (#78), ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 9c4af204a3 102/273: gptel-transient: Add crowdsourced prompts, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel e6a1468bd2 094/273: gptel: Make API host configurable (#67), ELPA Syncer, 2024/05/01