TIL llm configuration
by Gordon Weakliem
I saw Simon’s article on using Kimi with his great llm tool. The one mysterious thing was editing the extra-openai-models.yaml
file, I couldn’t figure out where that was located. It turns out the answer (on OSX) is:
dirname "$(llm logs path)"
but basically, the parent of whatever llm logs path
returns. Combine that with extra-openai-models.yaml
and that’s the path!
tags: []
navigation