Example usage of the OpenAI API for question and answer scenarios specific to a particular case.
pip install streamlit openai pandas faiss
export OPENAI_ORGANIZATION=<openai organization>
export OPENAI_API_KEY=<openai api key>
export THIS_ENDPOINT=http://localhost/catalogs/
export THIS_WEBSITE=localhost
streamlit run app.py