mgcyung

Results 5 comments of mgcyung

Maybe you can try ` #+PANDOC_OPTIONS: bibliography:test.bib `

There are citations in the JSON response now. And the key is "citations". ```json data: { "id": "c5b8a861-589b-4b08-856d-0972afc2ae66", "model": "llama-3.1-sonar-large-128k-online", "created": 1731126496, "usage": { "prompt_tokens": 33, "completion_tokens": 826, "total_tokens": 859...

Here is a workaround to insert citations in front of the output. It works for now. However, the elisp code is rough, someone may help to improve the code. ```python...