Export your Hugging Face and OpenAI API keys by running the following commands in your terminal:
export HUGGINGFACE_API_KEY="your_huggingface_api_key"
export OPENAI_API_KEY="your_openai_api_key"
Replace your_huggingface_api_key and your_openai_api_key with your actual API key values.
Open two terminal windows or tabs:
./frontend.sh
./backend.sh
Ensure both scripts are running simultaneously for proper functionality.