| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Models are configured in config/models/*.json with profile-based settings. When using non-OpenAI providers, update the model configuration files with compatible model IDs. See Configuration Guide for details.
Fork the repo to your Github account, then run the following command to clone the repo:
git clone git@github.com:[YOUR_GITHUB_ACCOUNT]/quartz.gitcd quartz
bun installcp .env.local.example .env.localFill in the required environment variables in .env.local:
OPENAI_API_KEY=your_openai_key
TAVILY_API_KEY=your_tavily_keybun devVisit http://localhost:3000 in your browser.
Note: By default, Quartz runs without a database or authentication. To enable chat history, authentication, and other features, see CONFIGURATION.md. For Docker setup, see the Docker Guide.
Host your own live version of Quartz with Vercel or Docker.
Note: For Vercel deployments, set ENABLE_AUTH=true and configure Supabase authentication to secure your deployment.
See the Docker Guide for prebuilt images, Docker Compose setup, and deployment instructions.
We welcome contributions to Quartz! Whether it's bug reports, feature requests, or pull requests, all contributions are appreciated.
Please see our Contributing Guide for details on:
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |