Github-CJX
1ebe69ec94
Added a feature to switch API service providers, enabling users to easily toggle between providers as needed.
...
Added a feature to switch API service providers to the project. Introduced an input field for API providers in the settings interface and included the OPENAI_URL parameter in the config file.
2024-05-02 11:43:24 +08:00
ItzCrazyKns
f21f5c9611
feat(readme): correct spellings, closes #32
2024-05-01 20:12:58 +05:30
ItzCrazyKns
edc40d8fe6
feat(providers): add Groq provider
2024-05-01 19:43:06 +05:30
ItzCrazyKns
6e304e7051
feat(video-search): add video search
2024-04-30 14:31:32 +05:30
ItzCrazyKns
bb9a2f538d
feat(image-search): fix bugs
2024-04-30 14:26:17 +05:30
ItzCrazyKns
ee053cf31e
feat(search-image): add button animations
2024-04-30 12:39:04 +05:30
ItzCrazyKns
aae85cd767
feat(logging): add logger
2024-04-30 12:18:18 +05:30
ItzCrazyKns
7c84025f3c
feat(readme): add manual installation steps
2024-04-29 21:22:33 +05:30
ItzCrazyKns
ab6cda690f
Merge pull request #23 from Swiftyos/add-gpt-4-turbo
...
feat(providers): add gpt-4-turbo provider
2024-04-29 15:27:33 +05:30
SwiftyOS
639129848a
feat(providers): add gpt-4-turbo provider
2024-04-29 10:49:15 +02:00
ItzCrazyKns
9b5548e9f8
feat(sample-settings): update Ollama URL placeholder
2024-04-28 19:52:31 +05:30
ItzCrazyKns
c053af534c
feat(readme): make installation steps more concise
2024-04-28 19:49:48 +05:30
ItzCrazyKns
f2c51420da
feat(searxng-settings): drop unsupported engines
2024-04-28 19:14:02 +05:30
ItzCrazyKns
a90e294c60
feat(agents): fix engine names
2024-04-28 18:34:56 +05:30
ItzCrazyKns
66c5fcb4fa
feat(navbar): use correct padding
2024-04-28 18:21:59 +05:30
ItzCrazyKns
5df3c5ad8c
feat(image-search): handle chat history
2024-04-28 11:15:28 +05:30
ItzCrazyKns
f14050840b
feat(readme): add link to discord server
2024-04-25 20:22:53 +05:30
ItzCrazyKns
99ae8f6998
feat(agents): embed docs & query together
...
Embed documents and query together to reduce the time taken for retrieving the sources ~1 seconds.
2024-04-24 10:08:40 +05:30
ItzCrazyKns
3b66808e7d
feat(message-input): prevent message when loading
2024-04-24 10:06:56 +05:30
ItzCrazyKns
571cdc1b4e
feat(settings-dialog): remove excess padding
2024-04-23 17:54:08 +05:30
ItzCrazyKns
7f8c73782c
feat(settings-dialog): remove overflow
2024-04-23 17:53:47 +05:30
ItzCrazyKns
8758fcbc13
feat(readme): update content
2024-04-23 17:15:07 +05:30
ItzCrazyKns
6fe70a70ff
feat(settings-dialog): enhance UI
2024-04-23 17:06:44 +05:30
ItzCrazyKns
7653eaf146
feat(config): avoid updating blank fields
2024-04-23 16:54:39 +05:30
ItzCrazyKns
b2b1d724ee
feat(ui): add settings page
2024-04-23 16:52:41 +05:30
ItzCrazyKns
3ffbddd237
feat(routes): add config route
2024-04-23 16:46:14 +05:30
ItzCrazyKns
a86378e726
feat(config): add updateConfig method
2024-04-23 16:45:14 +05:30
ItzCrazyKns
fd65af53c3
feat(providers): add error handling
2024-04-21 20:52:47 +05:30
ItzCrazyKns
ec91289c0c
feat(messageSources): use arrow functions
2024-04-21 16:22:27 +05:30
ItzCrazyKns
0ea2bec85d
feat(config): Remove preassigned values
2024-04-20 22:12:49 +05:30
ItzCrazyKns
5924690df2
feat(image-search): Use LLM from config
2024-04-20 22:12:07 +05:30
ItzCrazyKns
23b7feee0c
feat(input-actions): fix popover mobile view
2024-04-20 20:46:16 +05:30
ItzCrazyKns
95461154d0
feat(sample-config): change ULR to URL
2024-04-20 18:26:54 +05:30
ItzCrazyKns
e964ffcea5
feat(readme): remove excess space
2024-04-20 11:22:39 +05:30
ItzCrazyKns
d37a1a8020
feat(agents): support local LLMs
2024-04-20 11:18:52 +05:30
ItzCrazyKns
28a7175afc
feat(chat): Add loading for ws
2024-04-20 10:23:56 +05:30
ItzCrazyKns
c6a5790d33
feat(config): Use toml instead of env
2024-04-20 09:32:19 +05:30
ItzCrazyKns
dd1ce4e324
feat(agents): replace LLMs with chat LLMs
2024-04-18 18:15:17 +05:30
ItzCrazyKns
f9ab543bcf
feat(navbar): Fix alignment
2024-04-18 17:47:51 +05:30
ItzCrazyKns
88304d29c1
feat(readme): use detached mode for docker compose
2024-04-17 21:00:43 +05:30
ItzCrazyKns
d14042d621
feat(readme): Add contributing file
2024-04-17 11:57:45 +05:30
ItzCrazyKns
0b18877fb8
Create CONTRIBUTING.md
2024-04-17 11:53:55 +05:30
ItzCrazyKns
30d544cb36
Update issue templates
2024-04-17 11:40:00 +05:30
ItzCrazyKns
90edd98613
feat(messageHandler): add new emitter event handling
2024-04-17 11:27:05 +05:30
ItzCrazyKns
89340fcfff
feat(wolfram-search): Remove unused imports
2024-04-17 10:10:28 +05:30
ItzCrazyKns
4ab8d6c834
feat(agents): Use LLM name from env
2024-04-16 21:05:57 +05:30
ItzCrazyKns
3859e3db03
feat(gitignore): Allow package lock files
2024-04-15 21:03:52 +05:30
ItzCrazyKns
d5b8803f12
feat(navbar): Use trimmed content
2024-04-14 17:15:18 +05:30
ItzCrazyKns
334e657ddd
feat(wolfram-search): Prevent reranking
2024-04-14 17:14:55 +05:30
ItzCrazyKns
9fd01923a8
feat(readme): Add TOC
2024-04-14 13:19:07 +05:30