diff --git a/docs/chat.md b/docs/chat.md index 189f174e..e8a35bd6 100644 --- a/docs/chat.md +++ b/docs/chat.md @@ -104,4 +104,11 @@ msg, token_usage, correction = conversation.query( "What's in this image?", image_url="my/local/image.jpg" ) -``` \ No newline at end of file +``` + +### Open-source multimodal models + +While OpenAI models work seamlessly, open-source multimodal models can be buggy +or incompatible with certain hardware. We have experienced mixed success with +open models and, while they are technically supported by BioChatter, their +outputs currently may be unreliable. \ No newline at end of file