Skip to content

Commit 2736706

Browse files
committed
README: Update Groq default models
* README.org (Groq): Update the default list of models for Groq.
1 parent 69cac49 commit 2736706

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.org

+8-6
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,10 @@ Register a backend with
491491
:endpoint "/openai/v1/chat/completions"
492492
:stream t
493493
:key "your-api-key" ;can be a function that returns the key
494-
:models '("mixtral-8x7b-32768"
495-
"gemma-7b-it"
496-
"llama2-70b-4096"))
494+
:models '("llama3-70b-8192"
495+
"llama3-8b-8192"
496+
"mixtral-8x7b-32768"
497+
"gemma-7b-it"))
497498
#+end_src
498499

499500
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.
@@ -510,9 +511,10 @@ The above code makes the backend available to select. If you want it to be the
510511
:endpoint "/openai/v1/chat/completions"
511512
:stream t
512513
:key "your-api-key"
513-
:models '("mixtral-8x7b-32768"
514-
"gemma-7b-it"
515-
"llama2-70b-4096")))
514+
:models '("llama3-70b-8192"
515+
"llama3-8b-8192"
516+
"mixtral-8x7b-32768"
517+
"gemma-7b-it")))
516518
#+end_src
517519

518520
#+html: </details>

0 commit comments

Comments
 (0)