Commit graph

  • ab6cda690f
    Merge pull request #23 from Swiftyos/add-gpt-4-turbo ItzCrazyKns 2024-04-29 15:27:33 +05:30
  • 171fddd5b6 Add logging statements for retrieving and updating configuration in config.ts SwiftyOS 2024-04-29 11:13:17 +02:00
  • 93ff88a329 Fix logging statements and error handling in image search and Searxng API integration SwiftyOS 2024-04-29 11:01:47 +02:00
  • 639129848a feat(providers): add gpt-4-turbo provider SwiftyOS 2024-04-29 10:49:15 +02:00
  • 0b059bb71b add openai custom base uri joe 2024-04-29 16:39:18 +08:00
  • 9b5548e9f8
    feat(sample-settings): update Ollama URL placeholder ItzCrazyKns 2024-04-28 19:52:31 +05:30
  • c053af534c
    feat(readme): make installation steps more concise ItzCrazyKns 2024-04-28 19:49:48 +05:30
  • f2c51420da
    feat(searxng-settings): drop unsupported engines ItzCrazyKns 2024-04-28 19:14:02 +05:30
  • a90e294c60
    feat(agents): fix engine names ItzCrazyKns 2024-04-28 18:34:56 +05:30
  • 66c5fcb4fa
    feat(navbar): use correct padding ItzCrazyKns 2024-04-28 18:21:59 +05:30
  • 5df3c5ad8c
    feat(image-search): handle chat history ItzCrazyKns 2024-04-28 11:15:28 +05:30
  • f14050840b
    feat(readme): add link to discord server ItzCrazyKns 2024-04-25 20:22:53 +05:30
  • 99ae8f6998
    feat(agents): embed docs & query together ItzCrazyKns 2024-04-24 10:08:40 +05:30
  • 3b66808e7d
    feat(message-input): prevent message when loading ItzCrazyKns 2024-04-24 10:06:56 +05:30
  • 571cdc1b4e
    feat(settings-dialog): remove excess padding ItzCrazyKns 2024-04-23 17:54:08 +05:30
  • 7f8c73782c
    feat(settings-dialog): remove overflow ItzCrazyKns 2024-04-23 17:53:47 +05:30
  • 8758fcbc13
    feat(readme): update content ItzCrazyKns 2024-04-23 17:15:07 +05:30
  • 6fe70a70ff
    feat(settings-dialog): enhance UI ItzCrazyKns 2024-04-23 17:06:44 +05:30
  • 7653eaf146
    feat(config): avoid updating blank fields ItzCrazyKns 2024-04-23 16:54:39 +05:30
  • b2b1d724ee
    feat(ui): add settings page ItzCrazyKns 2024-04-23 16:52:41 +05:30
  • 3ffbddd237
    feat(routes): add config route ItzCrazyKns 2024-04-23 16:46:14 +05:30
  • a86378e726
    feat(config): add updateConfig method ItzCrazyKns 2024-04-23 16:45:14 +05:30
  • fd65af53c3
    feat(providers): add error handling ItzCrazyKns 2024-04-21 20:52:47 +05:30
  • ec91289c0c
    feat(messageSources): use arrow functions ItzCrazyKns 2024-04-21 16:22:27 +05:30
  • 76934d5743 Use the right icon for regenerating Alok Saboo 2024-04-20 13:16:22 -04:00
  • 0ea2bec85d
    feat(config): Remove preassigned values ItzCrazyKns 2024-04-20 22:12:49 +05:30
  • 5924690df2
    feat(image-search): Use LLM from config ItzCrazyKns 2024-04-20 22:12:07 +05:30
  • 23b7feee0c
    feat(input-actions): fix popover mobile view ItzCrazyKns 2024-04-20 20:46:16 +05:30
  • 95461154d0
    feat(sample-config): change ULR to URL ItzCrazyKns 2024-04-20 18:26:54 +05:30
  • e964ffcea5
    feat(readme): remove excess space ItzCrazyKns 2024-04-20 11:22:39 +05:30
  • d37a1a8020
    feat(agents): support local LLMs ItzCrazyKns 2024-04-20 11:18:52 +05:30
  • 28a7175afc
    feat(chat): Add loading for ws ItzCrazyKns 2024-04-20 10:23:56 +05:30
  • c6a5790d33
    feat(config): Use toml instead of env ItzCrazyKns 2024-04-20 09:32:19 +05:30
  • dd1ce4e324
    feat(agents): replace LLMs with chat LLMs ItzCrazyKns 2024-04-18 18:15:17 +05:30
  • f9ab543bcf
    feat(navbar): Fix alignment ItzCrazyKns 2024-04-18 17:47:51 +05:30
  • 88304d29c1
    feat(readme): use detached mode for docker compose ItzCrazyKns 2024-04-17 21:00:43 +05:30
  • 2f20d845c8
    feat(image-search): Use baseURL from env feat/ollama-support ItzCrazyKns 2024-04-17 20:33:29 +05:30
  • 7a7eafb8e7
    Merge branch 'master' into feat/ollama-support ItzCrazyKns 2024-04-17 19:58:53 +05:30
  • 043f66b767
    feat(readme): Update installation steps ItzCrazyKns 2024-04-17 19:42:08 +05:30
  • d14042d621
    feat(readme): Add contributing file ItzCrazyKns 2024-04-17 11:57:45 +05:30
  • 0b18877fb8
    Create CONTRIBUTING.md ItzCrazyKns 2024-04-17 11:53:55 +05:30
  • 30d544cb36
    Update issue templates ItzCrazyKns 2024-04-17 11:40:00 +05:30
  • 90edd98613
    feat(messageHandler): add new emitter event handling ItzCrazyKns 2024-04-17 11:27:05 +05:30
  • 811822c03b
    feat(agents): use ollama models ItzCrazyKns 2024-04-17 10:22:20 +05:30
  • 89340fcfff
    feat(wolfram-search): Remove unused imports ItzCrazyKns 2024-04-17 10:10:28 +05:30
  • 4ab8d6c834
    feat(agents): Use LLM name from env ItzCrazyKns 2024-04-16 21:05:57 +05:30
  • 3859e3db03
    feat(gitignore): Allow package lock files ItzCrazyKns 2024-04-15 21:03:52 +05:30
  • d5b8803f12
    feat(navbar): Use trimmed content ItzCrazyKns 2024-04-14 17:15:18 +05:30
  • 334e657ddd
    feat(wolfram-search): Prevent reranking ItzCrazyKns 2024-04-14 17:14:55 +05:30
  • 9fd01923a8
    feat(readme): Add TOC ItzCrazyKns 2024-04-14 13:19:07 +05:30
  • 4916636220
    feat(readme): correct access URL ItzCrazyKns 2024-04-13 14:52:45 +05:30
  • 21672d150d
    feat(focus-selector): Stylize focus selector ItzCrazyKns 2024-04-13 12:20:36 +05:30
  • 98fae392b7
    feat(focus-modes): Add focus modes ItzCrazyKns 2024-04-13 12:11:47 +05:30
  • b1f0bdb350
    feat(readme): Update installation instructions ItzCrazyKns 2024-04-12 21:39:46 +05:30
  • 32aaf46ee4
    feat(input-action-buttons): prevent form submit ItzCrazyKns 2024-04-10 20:14:21 +05:30
  • 418cea8316
    feat(license): Create license ItzCrazyKns 2024-04-10 20:09:50 +05:30
  • 56172340b6
    Update README.md a7t0fwa7 2024-04-10 19:34:22 +08:00
  • 0c0e863893
    Update README.md a7t0fwa7 2024-04-10 19:32:10 +08:00
  • 1c487d4224
    feat(navbar): Update title and time ItzCrazyKns 2024-04-09 19:10:15 +05:30
  • 8f3de05a38
    feat(package): Update dev script ItzCrazyKns 2024-04-09 18:48:26 +05:30
  • d1c74c861e
    Initial commit ItzCrazyKns 2024-04-09 16:21:05 +05:30