zilliztech / GPTCache

Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
https://gptcache.readthedocs.io
MIT License
7.2k stars 502 forks source link

[Feature]: Support MiniGPT4 and Blip2 #247

Closed xiaofan-luan closed 1 year ago

xiaofan-luan commented 1 year ago

Is your feature request related to a problem? Please describe.

Mini GPT4 will be interesting DEMO about how gptcache can work in the multi modality

see https://github.com/Vision-CAIR/MiniGPT-4/

The input will be a photo and a question, while the output is the answer of the question based on the photo.

have fun

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

shiyu22 commented 1 year ago

Done with #274.

BTW, submited a PR to MiniGPT-4 #136.