Open jtpio opened 1 week ago
- do we need to instantiate both a
MistralAI
andChatMistralAI
clients?
They seem to be intended for different uses, respectively completion and chat.
From the API of ChatMistralAI and MistralAI:
Class ChatMistralAI
Class MistralAI MistralAI completions LLM.
We should look into improving how the clients are instantiated, and the API keys provided:
MistralAI
andChatMistralAI
clients?_Originally posted by @jtpio in https://github.com/jupyterlite/jupyterlab-codestral/pull/6#discussion_r1816217804_