Technical requirements
To complete the tasks in this chapter, you will need the following:
- A Hugging Face account and user access token.
- An OpenAI account and user access token.
- Python 3.7.1 or a later version.
- Python packages. Make sure you have the following Python packages installed:
langchain
,python-dotenv
,huggingface_hub
,streamlit
,codeinterpreterapi
, andjupyter_kernel_gateway
. Those can be easily installed viapip
install
in your terminal.
You can find all the code and examples in the book’s GitHub repository at https://github.com/PacktPublishing/Building-LLM-Powered-Applications.