This is a testing repository.
- Git
- A code editor (VS Code recommended)
- Python 3.9+
pipfor dependency installation
Clone the repository:
git clone https://github.com/HKUGenAI/InnoWingChatbotChallenge-test.git
cd InnoWingChatbotChallenge-test# macOS & Linux
python3 -m venv .venv
source .venv/bin/activate
# Windows
python -m venv .venv
.venv\Scripts\activatepip install -r requirements.txtcp .env.example .envpython api.pyYou should see the reply to an example chat. Below are the details of the example messages:
User: "Does Azure OpenAI support customer managed keys?"
AI: "Yes, customer managed keys are supported by Azure OpenAI."
User: "Do other Azure AI services support this too?"
AI: ... (the answer you see)