Skip to content

HKUGenAI/testing-jasonchiu1248

 
 

Repository files navigation

InnoWing Chatbot Challenge

This is a testing repository.

📦 Requirements

General

  • Git
  • A code editor (VS Code recommended)

Python Setup

  • Python 3.9+
  • pip for dependency installation

🚀 Getting Started

Clone the repository:

git clone https://github.com/HKUGenAI/InnoWingChatbotChallenge-test.git
cd InnoWingChatbotChallenge-test

🐍 Python Setup

1. Create and activate a virtual environment

# macOS & Linux
python3 -m venv .venv
source .venv/bin/activate

# Windows
python -m venv .venv
.venv\Scripts\activate

2. Install dependencies

pip install -r requirements.txt

3. Set environment variables

cp .env.example .env

4. Run the chatbot

python api.py

You 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)

About

chatbotchallenge-testing-ChatbotChallenge-Student created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%