Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 761 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 761 Bytes

ExcelChat

ExcelChat is a AI powered app built on pandas-ai and streamlit. Upload an excel file, then you can chat with it like chatGPT.

Currently the following models are supported.

  • OpenAI
  • Ollama: starcoder:7b, codellama:7b-instruct-q8_0, zephyr:7b-alpha-q8_0
  • Baidu/AIStudio-Ernie-Bot, baidu ernie-bot model for ai studio (single thread mode, not suitable for multi-tenant usage)
  • Baidu/Qianfan-Ernie-Bot, the recommended way to use baidu ernie bot model

Here are some screenshot.

Screenshot1 Screenshot2 Screenshot3

Requirements

Python >= 3.9.