branch: elpa/gptel
commit 2e5a97a1cb1090f93bab52f484441249f49b980c
Author: Andreas Roehler <[email protected]>
Commit: Karthik Chikmagalur <[email protected]>
README: Update Groq example models
* README.org (Groq): Update list of models in the instructions for
Groq.
Signed-off-by: Andreas Roehler <[email protected]>
---
README.org | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index 947fb74e97..70aec7284f 100644
--- a/README.org
+++ b/README.org
@@ -759,15 +759,16 @@ Register a backend with
:endpoint "/openai/v1/chat/completions"
:stream t
:key "your-api-key" ;can be a function that returns the key
- :models '(llama-3.3-70b-versatile
+ :models '(gemma-7b-it
llama-3.1-8b-instant
llama3-70b-8192
llama3-8b-8192
mixtral-8x7b-32768
- gemma-7b-it))
+ qwen/qwen3.6-27b
+ openai/gpt-oss-120b))
#+end_src
-You can pick this backend from the menu when using gptel (see
[[#usage][Usage]]). Note that Groq is fast enough that you could easily set
=:stream nil= and still get near-instant responses.
+You can pick this backend from the menu when using gptel (see
[[#usage][Usage]]). Note that Groq is fast enough that you could set =:stream
nil= and still get near-instant responses.
***** (Optional) Set as the default gptel backend
@@ -782,11 +783,13 @@ The above code makes the backend available to select. If
you want it to be the
:endpoint "/openai/v1/chat/completions"
:stream t
:key "your-api-key"
- :models '(llama-3.1-70b-versatile
+ :models '(gemma-7b-it
llama-3.1-8b-instant
+ llama3-70b-8192
llama3-8b-8192
mixtral-8x7b-32768
- gemma-7b-it)))
+ qwen/qwen3.6-27b
+ openai/gpt-oss-120b)))
#+end_src
#+html: </details>