We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a489f2 commit 47c18a2Copy full SHA for 47c18a2
README.org
@@ -168,12 +168,13 @@ Some examples:
168
: {"num":195}
169
170
#+begin_src emacs-lisp
171
-(llm-chat ash/llm-openai-small (llm-make-chat-prompt
172
- "Which editor is hard to quit? Return the result as JSON."
173
- :response-format
174
- '(:type object :properties (:editor (:enum ("emacs" "vi" "vscode"))
175
- :authors (:type array :items (:type string)))
176
- :required (editor authors))))
+(llm-chat my-provider
+ (llm-make-chat-prompt
+ "Which editor is hard to quit? Return the result as JSON."
+ :response-format
+ '(:type object :properties (:editor (:enum ("emacs" "vi" "vscode"))
+ :authors (:type array :items (:type string)))
177
+ :required (editor authors))))
178
#+end_src
179
180
#+RESULTS:
0 commit comments