Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use "chat-model" as the name for llm-open-compatible
For example, after this change, the below provider gives "deepseek-chat" instead of "Open AI" as the name. ```elisp (make-llm-openai-compatible :url "https://api.deepseek.com/v1/" :chat-model "deepseek-chat" :key "...") ```
- Loading branch information