shroominic / codeinterpreter-api

👾 Open source implementation of the ChatGPT Code Interpreter
https://discord.gg/Vaq25XJvvW
MIT License
3.75k stars 401 forks source link

Doing Q&A over tabular data #118

Open homanp opened 11 months ago

homanp commented 11 months ago

Hey there! Does this support analysis of csv files similar to ChatGPT?

Ebinjose10 commented 11 months ago

this uses chat gpt to achieve the same via (gpt-4) api. (3.5-turbo) can also be used but results are better while using gpt-4)

homanp commented 11 months ago

this uses chat gpt to achieve the same via (gpt-4) api. (3.5-turbo) can also be used but results are better while using gpt-4)

Is there a guide on how to do that?

Ebinjose10 commented 11 months ago

just follow the repo you may face some issues ,most of them are answered on the issues page