ItzCrazyKns
df1ed5f0f9
feat(ollama-provider): remove defaults
2025-10-19 13:54:08 +05:30
ItzCrazyKns
2c9012e99c
feat(app): lint & beautify
2025-10-18 18:50:08 +05:30
ItzCrazyKns
8a1052e82b
feat(providers): add ollama
2025-10-18 15:08:06 +05:30
ItzCrazyKns
5a7f45cace
feat(app): add provider methods
2025-10-18 15:06:00 +05:30
ItzCrazyKns
ac7cfac784
feat(config): add theme
2025-10-17 14:36:04 +05:30
ItzCrazyKns
0ff1be47bf
feat(routes): use new model registry
2025-10-16 18:01:25 +05:30
ItzCrazyKns
9706079ed4
feat(config): add searxngURL
2025-10-16 17:57:30 +05:30
ItzCrazyKns
9219593ee1
feat(model-registry): add loading method
2025-10-16 17:56:57 +05:30
ItzCrazyKns
36fdb6491d
feat(model-types): add ModelWithProvider
type
2025-10-16 17:56:14 +05:30
ItzCrazyKns
0d2cd4bb1e
feat(app): remove compute-dot
, make cosine default
2025-10-16 17:53:31 +05:30
ItzCrazyKns
b67ca79e2a
feat(config): add searxngURL
2025-10-15 13:02:08 +05:30
ItzCrazyKns
626cb646e2
feat(chat-hook): use new providers endpoint
2025-10-15 12:55:22 +05:30
ItzCrazyKns
30fb1e312b
feat(modelRegistry): add MinimalProvider
type
2025-10-15 12:53:36 +05:30
ItzCrazyKns
cc5eea17e4
feat(app): remove old providers & registry
2025-10-15 12:53:05 +05:30
ItzCrazyKns
4ee3173368
feat(config): add setupComplete
2025-10-15 09:04:48 +05:30
ItzCrazyKns
6d61528347
feat(configManager): add update & removal methods
2025-10-14 13:33:14 +05:30
ItzCrazyKns
c02e535f4c
feat(openAiProvider): use find
instead of filter
2025-10-14 13:05:56 +05:30
ItzCrazyKns
a375de73cc
feat(openAiProvider): load models from config as well
2025-10-14 13:05:19 +05:30
ItzCrazyKns
87226957f1
feat(serverRegistry): add server-side config opts
2025-10-14 13:04:26 +05:30
ItzCrazyKns
77743949c7
feat(configManager): fix circular import issues
2025-10-14 13:04:06 +05:30
ItzCrazyKns
64c4514cad
feat(models): add id
& name
fields, move getUIConfigSection
to seperate file
2025-10-14 13:03:17 +05:30
ItzCrazyKns
999553877d
feat(app): lint & beautify
2025-10-14 10:05:31 +05:30
ItzCrazyKns
e45a9af9ff
feat(config): add client side and server side config registries
2025-10-13 22:01:17 +05:30
ItzCrazyKns
e7fbab12ed
feat(config): add getConfig
method
2025-10-13 21:58:30 +05:30
ItzCrazyKns
3003d44544
feat(app): initialize new config management
2025-10-11 18:00:06 +05:30
ItzCrazyKns
f1e6aa9c1a
feat(app): add serverUtils, create hashObj
util
2025-10-11 17:59:45 +05:30
ItzCrazyKns
f39638fe02
feat(app): initialize new model management
2025-10-11 17:59:27 +05:30
ItzCrazyKns
cf3cc4e638
feat(migrator): use DATA_DIR
env var
2025-10-06 10:13:34 +05:30
ItzCrazyKns
46b9e41100
feat(db-table): add default values for createdAt
2025-10-06 08:59:01 +05:30
sjiampojamarn
02adafbd4b
Handling double stringify JSON parsing
2025-10-05 10:46:01 -07:00
ItzCrazyKns
37317992b4
feat(app): lint & beautify
2025-10-02 17:17:52 +05:30
ItzCrazyKns
a19cf00873
feat(lineOutputParser): return undefined on invalid tags
2025-10-02 17:17:31 +05:30
ItzCrazyKns
5cc11ac0bf
feat(message-handling): fix repeated first token, think tag handling
...
closes #889
2025-10-02 17:15:54 +05:30
ItzCrazyKns
23dde9fa59
feat(app): lint & beautify
2025-09-26 13:54:08 +05:30
ItzCrazyKns
650c69e04f
feat(db): fix migration errors, explicitly migrate based on index
2025-09-26 13:44:39 +05:30
ItzCrazyKns
984163bbbc
feat(app): lint & beautify
2025-09-25 18:57:21 +05:30
ItzCrazyKns
9c6e42f7d8
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2025-09-25 18:48:27 +05:30
Ramakrishnan Sivakumar
5b5e83a3a0
Add lemonade integration
2025-09-17 12:28:02 -07:00
akubesti
6f367c34a8
feat: add gpt-5, gpt-5-mini, o3 models and remove gpt-5-chat-latest
...
- Add new OpenAI models: gpt-5, gpt-5-mini, and o3 series
- Fix temperature parameter handling for o3 models
- Update models list to ensure compatibility
2025-09-12 22:22:16 +07:00
akubesti
328b12ffbe
feat: add new OpenAI models with proper temperature parameter handling
...
- Add GPT 4.1 series and o1/o3/o4 models with temperature compatibility fixes
- Remove gpt-5/gpt-5-mini models due to organization verification restrictions
- Fix 400 errors for models that only support default temperature values
2025-09-11 16:38:01 +07:00
ItzCrazyKns
536ec24093
feat(search): use single prompt for all focus modes
2025-09-03 14:37:11 +05:30
ItzCrazyKns
bb9eab7aa7
feat(db): add migrations
2025-09-03 14:36:47 +05:30
ItzCrazyKns
b0e8a33f1d
feat(chat-hook): get suggestions when sources is > 0
2025-09-02 10:42:28 +05:30
ItzCrazyKns
a268ce345c
feat(message-rendering): create citation component
...
Create new citation component to fix errors with tailwind not compiling CSS classes for the anchor tag
2025-08-30 20:48:26 +05:30
ItzCrazyKns
d6b02db37a
feat(chat-hook): handle messages as separate entities
2025-08-29 12:45:13 +05:30
ItzCrazyKns
34fa52ad12
feat(chat-api): handle messages as separate entities
2025-08-29 12:44:40 +05:30
ItzCrazyKns
a6f3d98aef
feat(get-suggestion): correct parameter name
2025-08-29 12:42:00 +05:30
ItzCrazyKns
705ae464ad
feat(chat-hook): load chat based on id after reload
2025-08-29 10:23:15 +05:30
ItzCrazyKns
f680188905
feat(ollama): add ability to provide api key
2025-08-20 20:32:13 +05:30
ItzCrazyKns
8fc7808654
feat(hooks): implement useChat hook
2025-08-20 20:20:50 +05:30