branch: externals/minuet
commit 7c81055c3da8d01879865a7fd557a5c9c9f4d2af
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    doc: update README.
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 153fff176c..4c3ef90006 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,13 @@ inside the provider options, not the actual value. For 
instance, pass
 If using Ollama, you need to assign an arbitrary, non-null environment
 variable as a placeholder for it to function.
 
+```lisp
+;; Good
+(plist-put minuet-openai-compatible-options :api-key "FIREWORKS_API_KEY")
+;; Bad
+(plist-put minuet-openai-compatible-options :api-key "sk-xxxxx")
+```
+
 # Selecting a Provider or Model
 
 The `gemini-flash` and `codestral` models offer high-quality output

Reply via email to