thierryverse
9c959baadd
clean up comments
2025-11-11 19:17:41 +02:00
thierryverse
cfb62ff73b
fix typo
2025-11-11 19:15:45 +02:00
thierryverse
ed4ec5ce67
remove the podcasts menu
2025-11-11 04:29:37 +02:00
thierryverse
55e5b45a42
fix podcast generation
2025-11-11 04:02:04 +02:00
thierryverse
678d8fbbcd
fix podcast re-generation
2025-11-06 21:52:45 +02:00
thierryverse
06f541d600
add a compoacted podcast player in the chat pannel
2025-11-06 21:52:45 +02:00
thierryverse
ee139a4be8
fix hydration issue in podcast config modal
2025-11-06 21:52:45 +02:00
thierryverse
839453dc8d
fix return type of getPodcastByChat handler
2025-11-06 21:52:45 +02:00
CREDO23
ce4bb7e1b7
clean up
2025-11-06 21:52:45 +02:00
CREDO23
84ac44e3b1
Add ai bot suggestions
2025-11-06 21:52:45 +02:00
CREDO23
cc3e04031e
update the chat state version with messages
2025-11-06 21:52:45 +02:00
CREDO23
13342eb823
Add use podcasts
2025-11-06 21:52:45 +02:00
CREDO23
666ea87a9d
reference the chat in the podcast
2025-11-06 21:52:45 +02:00
CREDO23
aaa6ee22ed
implement chat/podcast staleness
2025-11-06 21:52:45 +02:00
CREDO23
b02b094a24
show podcast staleness and suggest user to re-generate
2025-11-06 21:52:45 +02:00
CREDO23
e47b1cb4c5
stop propagation in the chat panelcl
2025-11-06 21:52:45 +02:00
CREDO23
9007436ff6
fix typo
2025-11-06 21:52:45 +02:00
CREDO23
58fed46567
updae chat config madal
2025-11-06 21:52:45 +02:00
CREDO23
f16562685e
update chat panel view
2025-11-06 21:52:45 +02:00
CREDO23
caae2bcfc0
implement generate podcast handler
2025-11-06 21:52:45 +02:00
CREDO23
4f36b230bd
get chat details on chat interface mount
2025-11-06 21:52:45 +02:00
CREDO23
25dfcaee27
fix fetchChatDetails return type
2025-11-06 21:52:45 +02:00
CREDO23
d2f00fd328
fix fetchChatDetails return type
2025-11-06 21:52:45 +02:00
CREDO23
05a8bd1be3
add generate podcast action
2025-11-06 21:52:45 +02:00
CREDO23
ce658b91ea
Add sserver actions
2025-11-06 21:52:45 +02:00
CREDO23
4c22f4a953
add the config modal
2025-11-06 21:52:45 +02:00
CREDO23
6d34007a26
add white mode
2025-11-06 21:52:45 +02:00
CREDO23
34c07d3699
add accessibilty
2025-11-06 21:52:45 +02:00
CREDO23
24e366d326
add 'generate podcast component'
2025-11-06 21:52:45 +02:00
CREDO23
37bf3445b0
add chat pannel view
2025-11-06 21:52:45 +02:00
CREDO23
70dd7f1cd7
add chat pannel container
2025-11-06 21:52:45 +02:00
CREDO23
9085cb2d27
add transition on interaction
2025-11-06 21:52:45 +02:00
CREDO23
bc512ec089
Add chat pannel
2025-11-06 21:52:45 +02:00
DESKTOP-RTLN3BA\$punk
5585cdf411
fix: recurse
2025-11-05 12:51:21 -08:00
DESKTOP-RTLN3BA\$punk
0a5a7a6c2a
Merge commit ' 7d4fc2e2fe' into dev
2025-11-05 12:15:41 -08:00
DESKTOP-RTLN3BA\$punk
9466bf595c
feat: Implement LLM configuration validation in create and update routes
...
- Added `validate_llm_config` function to `llm_service.py` for validating LLM configurations via test API calls.
- Integrated validation in `create_llm_config` and `update_llm_config` routes in `llm_config_routes.py`, raising HTTP exceptions for invalid configurations.
- Enhanced error handling to provide detailed feedback on configuration issues.
2025-11-05 12:15:05 -08:00
Rohan Verma
666dba7150
Merge pull request #469 from samkul-swe/feat/webcrawler
...
Add web crawling
2025-11-04 20:07:45 -08:00
Rohan Verma
7d4fc2e2fe
Merge pull request #466 from unitagain/feature/add-chinese-readme
...
docs: add Chinese README and language switcher
2025-11-04 19:36:49 -08:00
samkul-swe
e49c455c01
Making async
2025-11-04 15:27:57 -08:00
samkul-swe
b03365cded
Add web crawling
2025-11-04 13:05:09 -08:00
Differ
2c75ee0767
docs: add Chinese README and language switcher
2025-11-04 18:16:43 +08:00
Rohan Verma
54859fe482
Merge pull request #465 from MODSetter/dev
...
chore: QOL Updates
2025-11-03 22:50:04 -08:00
DESKTOP-RTLN3BA\$punk
5783aa02f4
chore: added issue templates
2025-11-03 22:41:10 -08:00
DESKTOP-RTLN3BA\$punk
351b38801b
Merge commit ' 97ed791ca0' into dev
2025-11-03 22:35:18 -08:00
DESKTOP-RTLN3BA\$punk
4dd7e8fc1f
chore: Updated UserRead schema to include pages_limit and pages_used fields
...
- Expanded installation options in README to include SurfSense Cloud as a new method.
- Updated UserRead schema to include pages_limit and pages_used fields.
- Added AnnouncementBanner component to the dashboard layout for improved user notifications.
- Refactored DashboardPage to utilize useUser hook for user state management.
- Integrated page usage display in AppSidebar to show user-specific page limits and usage.
- Removed deprecated apiClient code and replaced it with hooks for better API interaction.
2025-11-03 22:34:37 -08:00
Rohan Verma
97ed791ca0
Merge pull request #463 from codeBunny2022/fix/pdfminer-warning-fix
...
fix: suppress pdfminer warnings to prevent upload halting
2025-11-03 20:22:38 -08:00
Chirag
2efce16f5f
revert: remove setuptools configuration from pyproject.toml
2025-11-04 09:26:52 +05:30
Rohan Verma
e31d61d6e6
Merge pull request #464 from MODSetter/dev
...
refactor: added batch commits and Increased task time limits in celery_app.py
2025-11-03 16:05:11 -08:00
DESKTOP-RTLN3BA\$punk
a3a5b13f48
chore: linting
2025-11-03 16:00:58 -08:00
DESKTOP-RTLN3BA\$punk
050581ba6a
Merge commit ' 57fd82f17f' into dev
2025-11-03 15:58:17 -08:00