emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gptel e67ed41e31 173/273: README: Specify: no key needed f


From: ELPA Syncer
Subject: [nongnu] elpa/gptel e67ed41e31 173/273: README: Specify: no key needed for llama backend
Date: Wed, 1 May 2024 10:02:20 -0400 (EDT)

branch: elpa/gptel
commit e67ed41e31086d384f211671bb6061be3f8325e0
Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmagalur@gmail.com>

    README: Specify: no key needed for llama backend
    
    * README.org: Specify that no key is needed when defining a
    Llama.cpp backend.  Fix #170.
---
 README.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.org b/README.org
index 636063de0b..2d34371981 100644
--- a/README.org
+++ b/README.org
@@ -237,6 +237,7 @@ Register a backend with
  :stream t                            ;Stream responses
  :protocol "http"
  :host "localhost:8000"               ;Llama.cpp server location, typically 
localhost:8080 for Llamafile
+ :key nil                             ;No key needed
  :models '("test"))                   ;Any names, doesn't matter for Llama
 #+end_src
 These are the required parameters, refer to the documentation of 
=gptel-make-openai= for more.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]