You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+8-6
Original file line number
Diff line number
Diff line change
@@ -491,9 +491,10 @@ Register a backend with
491
491
:endpoint "/openai/v1/chat/completions"
492
492
:stream t
493
493
: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"))
497
498
#+end_src
498
499
499
500
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
0 commit comments