[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/gptel 32dd463bd6 160/273: README: Mention YouTube demo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/gptel 32dd463bd6 160/273: README: Mention YouTube demo |
Date: |
Wed, 1 May 2024 10:02:18 -0400 (EDT) |
branch: elpa/gptel
commit 32dd463bd643d3527d14abe09f54cca6846ad006
Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
README: Mention YouTube demo
* gptel.el: Change blurb
* README.org: Mention YouTube demo
---
README.org | 24 +++++++++++++-----------
gptel.el | 2 +-
2 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/README.org b/README.org
index 450db9074f..b6458dbb14 100644
--- a/README.org
+++ b/README.org
@@ -14,7 +14,7 @@ GPTel is a simple Large Language Model chat client for Emacs,
with support for m
| PrivateGPT | Planned | - |
| Llama.cpp | Planned | - |
-*General usage*:
+*General usage*: ([[https://www.youtube.com/watch?v=bsRnh_brggM][YouTube
Demo]])
https://user-images.githubusercontent.com/8607532/230516812-86510a09-a2fb-4cbd-b53f-cc2522d05a13.mp4
@@ -223,6 +223,8 @@ You can pick this backend from the transient menu when
using gptel (see Usage),
** Usage
+(This is also a [[https://www.youtube.com/watch?v=bsRnh_brggM][video demo]]
showing various uses of gptel.)
+
|-------------------+-------------------------------------------------------------------------|
| *Command* | Description
|
|-------------------+-------------------------------------------------------------------------|
@@ -327,16 +329,16 @@ Other Emacs clients for LLMs prescribe the format of the
interaction (a comint s
| =gptel-api-key= | Variable/function that returns the API key for
the active backend. |
|---------------------------+---------------------------------------------------------------------|
-|---------------------------+---------------------------------------------------------------------|
-| *LLM options* | /(Note: not supported uniformly across LLMs)/
|
-|---------------------------+---------------------------------------------------------------------|
-| =gptel-backend= | Default LLM Backend.
|
-| =gptel-model= | Default model to use (depends on the backend).
|
-| =gptel-stream= | Enable streaming responses (overrides
backend-specific preference). |
-| =gptel-directives= | Alist of system directives, can switch on the
fly. |
-| =gptel-max-tokens= | Maximum token count (in query + response).
|
-| =gptel-temperature= | Randomness in response text, 0 to 2.
|
-|---------------------------+---------------------------------------------------------------------|
+|-------------------+---------------------------------------------------------|
+| *LLM options* | /(Note: not supported uniformly across LLMs)/
|
+|-------------------+---------------------------------------------------------|
+| =gptel-backend= | Default LLM Backend.
|
+| =gptel-model= | Default model to use, depends on the backend.
|
+| =gptel-stream= | Enable streaming responses, if the backend supports
it. |
+| =gptel-directives= | Alist of system directives, can switch on the fly.
|
+| =gptel-max-tokens= | Maximum token count (in query + response).
|
+| =gptel-temperature= | Randomness in response text, 0 to 2.
|
+|-------------------+---------------------------------------------------------|
|-----------------------------+----------------------------------------|
| *Chat UI options* | |
diff --git a/gptel.el b/gptel.el
index 79e805ee88..925228897b 100644
--- a/gptel.el
+++ b/gptel.el
@@ -1,4 +1,4 @@
-;;; gptel.el --- A simple multi-LLM client -*- lexical-binding: t; -*-
+;;; gptel.el --- Interact with ChatGPT or other LLMs -*- lexical-binding:
t; -*-
;; Copyright (C) 2023 Karthik Chikmagalur
- [nongnu] elpa/gptel 1e31f550de 165/273: gptel: Declare compat as explicit dependency, (continued)
- [nongnu] elpa/gptel 1e31f550de 165/273: gptel: Declare compat as explicit dependency, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 48047c0600 167/273: gptel-transient: Improve system-message edit buffer, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 5159a773a0 011/273: gptel: Use text-property based delimiting, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 4e35e998a8 014/273: gptel-curl: Rename functions for linting, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 1ada9c9214 031/273: gptel: Handle insertion with region-active correctly, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel d77c8f37c5 057/273: gptel: Improve header-line-format, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 6419e8f021 120/273: gptel: Add multi-llm support, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel aa50cbab70 123/273: gptel: Bump version, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel c97778d5a8 127/273: gptel: address byte-compile and checkdoc warnings, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 3e361323d5 137/273: Update available OpenAI GPT models to match API (#146), ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 32dd463bd6 160/273: README: Mention YouTube demo,
ELPA Syncer <=
- [nongnu] elpa/gptel 3ac5963080 168/273: README: Add instructions for Llamafile, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel bea31e33e2 175/273: gptel-ollama: Use default host in gptel-make-ollama, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel c6a07043af 179/273: gptel-kagi: Add support for Kagi FastGPT, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 3fb064a763 181/273: gptel: Better handling of read-only bufs, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel e79e386964 191/273: README: Move gptel-request to FAQ, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel a61fda4661 197/273: gptel-transient: better multi-line directive editing, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 226f8f0d90 208/273: gptel: Add customizable display-action (#216), ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 8ba07d042c 210/273: gptel: Bump version, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel a32f4effe5 215/273: gptel-curl: Handle empty responses correctly, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel e5f54d1d09 229/273: gptel-anthropic: Modify order of request items, ELPA Syncer, 2024/05/01