This repository provides a Python-based API that uses OpenAI's GPT-3.5 model to answer queries related to the Arkouda distributed data processing library. The API is based solely on the official Arkouda documentation, and aims to provide accurate and informative responses to a wide range of user questions.
Whether you're a seasoned Arkouda user or just getting started, the Arkouda GPT-3.5 Query API is a convenient and powerful tool for getting the answers you need.
In order to create your own customized Assistant, you can just FORK this repository and change the rules as per your need in app.py
and follow the steps given below
Prerequisites and procedure to run this:
- You should have an API key from Open AI to use the GPT 3.5 Turbo Model - link
pip install streamlit
pip install openai
Open up a terminal over this repository and run
streamlit run app.py
Fun Fact: The above description was also written using GPT
The code was inspired by my friend Advait's tweet link