Commit Graph
928 Commits
Author SHA1 Message Date
ItzCrazyKns 5e3001756b feat(search-types0: add reasoning action 2025-12-06 15:31:57 +05:30
ItzCrazyKns 4c4c1d1930 feat(ollama-llm): process ollama messages with tool calls 2025-12-06 15:31:35 +05:30
ItzCrazyKns 3c524b0f98 feat(openai-llm): process assistant message with tool calls 2025-12-06 15:25:48 +05:30
ItzCrazyKns e99c8bdd50 feat(models-types): update to use Message 2025-12-06 15:25:15 +05:30
ItzCrazyKns 574b3d55e2 feat(types): separate user, assistant & system message 2025-12-06 15:24:46 +05:30
ItzCrazyKns f2f2af9451 feat(message-input): hide content after input 2025-12-06 15:24:15 +05:30
ItzCrazyKns 65ef299d72 feat(settings): display app version, link 2025-12-06 15:22:06 +05:30
ItzCrazyKns 4fc810d976 feat(calculation-widget): enhance UI 2025-12-05 21:30:41 +05:30
ItzCrazyKns a548fd694a feat(utils): compute cosine similarity, remove package 2025-12-05 21:28:15 +05:30
ItzCrazyKns 2c61f47088 feat(openai-llm): implement function calling 2025-12-05 21:17:43 +05:30
ItzCrazyKns 1c0e90c8e0 feat(ollama-llm): implement function calling 2025-12-05 21:17:28 +05:30
ItzCrazyKns ee5d9172a4 feat(models): add tool, tool call 2025-12-05 21:16:41 +05:30
ItzCrazyKns c35b684dc5 feat(types): add ToolMessage, Message 2025-12-05 21:08:37 +05:30
ItzCrazyKns 046f159528 feat(widgets): use new classifier, implement new widget executor, delete registry 2025-12-02 11:52:40 +05:30
ItzCrazyKns 6899b49ca0 Merge branch 'feat/improve-search-architecture' of https://github.com/ItzCrazyKns/Perplexica into feat/improve-search-architecture 2025-12-02 11:52:31 +05:30
ItzCrazyKns dbc2137efb Revise writer prompt for warmer, conversational tone 2025-12-02 11:51:17 +05:30
ItzCrazyKns 1ea348ddb7 feat(classifier-prompt): update and add showCalculationWidget 2025-12-02 11:50:54 +05:30
ItzCrazyKns b8a7fb936f feat(classifier): add showCalculationWidget 2025-12-02 11:50:26 +05:30
ItzCrazyKns 33c8f454a3 feat(weather-widget): do not round temperature 2025-12-02 11:49:37 +05:30
Kushagra Srivastava 3e90305c12 Merge pull request #939 from ItzCrazyKns/master
Merge master into feat/improve-search-architecture
2025-12-01 20:29:52 +05:30
ItzCrazyKns 41c879cd86 feat(llm): use zod inferences at return type 2025-12-01 18:34:36 +05:30
ItzCrazyKns 9b3833f933 feat(classifier): switch to a fixed approach 2025-12-01 18:33:54 +05:30
ItzCrazyKns 610d06be36 refac(llm): LLM option handling for per request overrides 2025-12-01 18:28:20 +05:30
ItzCrazyKns 7757bbd253 feat(ollama-llm): explicitly disable think for reasoning models 2025-11-29 12:57:29 +05:30
ItzCrazyKns e2a371936b feat(stock-widget): use names and ticker 2025-11-29 12:46:01 +05:30
Kushagra Srivastava 5901a965f7 Merge pull request #934 from PSYEONE/no-ads
Added ability to remove the widgets in the front empty page of the search. Specifically the Weather and News widget.
2025-11-28 20:03:00 +05:30
ItzCrazyKns 6150784c27 feat(app): lint & beautify 2025-11-28 18:41:11 +05:30
Kushagra Srivastavaandcubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> cb30e2438a Update src/components/EmptyChat.tsx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-11-28 18:17:07 +05:30
Kushagra Srivastavaandcubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> ead2a5b215 Update src/components/EmptyChat.tsx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-11-28 18:17:01 +05:30
PSYEONE 1df4d886ff Revert "Added updated README for this fork"
This reverts commit 2574287fa8.
2025-11-28 12:24:15 +00:00
PSYEONE 2574287fa8 Added updated README for this fork 2025-11-28 12:08:19 +00:00
PSYEONE 3005b379cf Added functionality for hiding weather and news widgets 2025-11-28 11:59:53 +00:00
ItzCrazyKns f83bd06e89 feat(ollama-llm): remove explicit think parameter setting 2025-11-27 11:10:04 +05:30
ItzCrazyKns 7544bbafaf feat(weather-widget): prevent [object Object] from being sent by stringifying 2025-11-27 11:09:37 +05:30
ItzCrazyKns 0a62c60da2 feat(widgets): add LLM context to prevent context overflow 2025-11-24 15:35:00 +05:30
ItzCrazyKns 956a768a86 feat(app): handle new architecture 2025-11-23 19:58:46 +05:30
ItzCrazyKns e0ba476ca4 feat(optimization): enable quality 2025-11-23 19:49:54 +05:30
ItzCrazyKns cba3f43b19 feat(search-agent): add search agent flow 2025-11-23 19:49:36 +05:30
ItzCrazyKns ec06a2b9ff feat(researcher): use patching, streaming 2025-11-23 19:48:44 +05:30
ItzCrazyKns 1b4e883f57 feat(prompts): add writer prompt 2025-11-23 19:48:12 +05:30
ItzCrazyKns f15802b688 feat(prompts): update research prompt 2025-11-23 19:48:05 +05:30
ItzCrazyKns 8dec689a45 feat(prompts): update classifier prompt 2025-11-23 19:47:28 +05:30
ItzCrazyKns 730ee0ff41 feat(intents): add private search 2025-11-23 19:47:18 +05:30
ItzCrazyKns 7c9258cfc9 feat(intents): update intent prompt 2025-11-23 19:47:11 +05:30
ItzCrazyKns 4e7143ce0c feat(app): add initial widgets 2025-11-23 19:46:42 +05:30
ItzCrazyKns d5f62f2dca feat(chat): prevent auto-scroll unless message sent 2025-11-23 19:46:02 +05:30
ItzCrazyKns b7b280637f feat(providers): update ollama context window, temp 2025-11-23 19:26:47 +05:30
ItzCrazyKns e22a39fd73 feat(routes): update routes to handle new llm types 2025-11-23 19:24:17 +05:30
ItzCrazyKns 6da6acbcd0 feat(agents): update media agents 2025-11-23 19:23:42 +05:30
ItzCrazyKns 0ac8569a9e feat(agents): update suggestion generator 2025-11-23 19:23:18 +05:30