simonw / llm-mistral

LLM plugin providing access to Mistral models using the Mistral API
Apache License 2.0
144 stars 14 forks source link

Allow api key to be set via model.key #4

Closed abulte closed 6 months ago

abulte commented 8 months ago

This makes the behavior consistent with the openai's one documented in https://llm.datasette.io/en/stable/python-api.html#basic-prompt-execution

simonw commented 6 months ago

Thanks, this makes sense (though I want to redesign this mechanism soon to make it more intuitive).