Skip to content

Copilot

Latest
Compare
Choose a tag to compare
@phanxuanquang phanxuanquang released this 16 Dec 10:10
· 30 commits to main since this release
c241279

1. Set up project:

1.1. Install Python (skip if you had it already):

  • Python (latest version is reccommended)

1.2. Install required package:

pip install sydney-py Flask

2. Usage Guidance:

2.1. Start server:

python Copilot.py

2.2. API Usage:

GET http://localhost:5000/ask?question=YOUR_QUESTION

With YOUR_QUESTION is your question.

3. Documentaion:

  • Can be found HERE.