image with ash_ai
Langchain gives a way to send images via base645 encoding docs here
How to call that from ash_ai ?
basically, this block from langchain docs
3 Replies
Guess will have to add one more adapter for my use case.
I think that won't be an adapter
But some kind of more in-depth prompting template
Like prompt can be a function that takes the langchain and can modify it
Or maybe something like
modify_langchain
https://github.com/ash-project/ash_ai/pull/72/files
Pr up for review. 🙂