Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.5 KB

File metadata and controls

43 lines (30 loc) · 1.5 KB

⁉️ QuickQuestion

License Docker build status

Warning This is work in progress, it is not a production ready solution.

🤔 What is this?

An incubating AI-powered Q&A for your codebase.

Live Demo

Example Quick Question

🚀 Deployment

Make sure git-lfs is installed.

# Clone the repository
git clone https://github.com/TabbyML/quick-question.git

# Save your OPENAI_API_KEY to file as secret
echo YOUR_OPENAI_API_KEY > openai_api_key.txt

# Start container
docker-compose up

🛠️ Development

  1. Make sure git-lfs is installed.
  2. Clone the repository, runs yarn to install dependencies.
  3. Run yarn lerna run build.
  4. Switch workdir to ./packages/quick-question.
  5. Copy .env.sample to .env.local, and set your OPENAI_API_KEY.
  6. Run yarn dev to start local development server.

🙋 We're hiring

Come help us make TabbyML even better. We're growing fast and would love for you to join us.

❤️ Acknowledgement

Many thanks to WizAI for contributing with code-search, a project that QuickQuestion branched from.