Update khoj.el package description, it had gone stale

This commit is contained in:
Debanjum Singh Solanky
2024-08-11 15:51:58 +05:30
parent 16b31c3e35
commit d951e36945

View File

@@ -1,4 +1,4 @@
;;; khoj.el --- AI copilot for your Second Brain -*- lexical-binding: t -*- ;;; khoj.el --- Your Second Brain -*- lexical-binding: t -*-
;; Copyright (C) 2021-2023 Khoj Inc. ;; Copyright (C) 2021-2023 Khoj Inc.
@@ -29,19 +29,20 @@
;;; Commentary: ;;; Commentary:
;; Create an AI copilot to your `org-mode', `markdown' notes, ;; Bootstrap your Second Brain from your `org-mode', `markdown' notes,
;; PDFs and images. The copilot exposes 2 modes, search and chat: ;; PDFs and images. Khoj exposes 2 modes, search and chat:
;; ;;
;; Chat provides faster answers, iterative discovery and assisted ;; Chat provides faster answers, iterative discovery and assisted
;; creativity. It requires your OpenAI API key to access GPT models ;; creativity.
;; ;;
;; Search allows natural language, incremental and local search. ;; Search allows natural language, incremental search.
;; It relies on AI models that run locally on your machine.
;; ;;
;; Quickstart ;; Quickstart
;; ------------- ;; -------------
;; 1. Install khoj.el from MELPA Stable ;; 1. Install khoj.el from MELPA Stable
;; (use-package khoj :pin melpa-stable :bind ("C-c s" . 'khoj)) ;; (use-package khoj :pin melpa-stable :bind ("C-c s" . 'khoj))
;; 2. Set API key from https://app.khoj.dev/settings#clients (if not self-hosting)
;; (setq khoj-api-key "YOUR_KHOJ_API_KEY")
;; 2. Start khoj from Emacs ;; 2. Start khoj from Emacs
;; C-c s or M-x khoj ;; C-c s or M-x khoj
;; ;;