Skip to content

Instantly share code, notes, and snippets.

@Bennykillua
Created September 16, 2023 10:01
Show Gist options
  • Save Bennykillua/05f419339ec97eedc4639f273d089097 to your computer and use it in GitHub Desktop.
Save Bennykillua/05f419339ec97eedc4639f273d089097 to your computer and use it in GitHub Desktop.
from pandasai.helpers.openai_info import get_openai_callback
with get_openai_callback() as cb:
response = sdf.chat("Calculate the average cost of rent in Delhi")
print(response)
print(cb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment