Skip to content

BeEdward/quick-question

 
 

Repository files navigation

⁉️ 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.6%
  • CSS 48.3%
  • Other 2.1%