Dave
01eedd36bc
Handles undefined message case in message list creation
...
Prevents potential errors by returning an empty list if the
specified message ID does not exist in the history. This
enhancement ensures robustness in scenarios where a message
ID may be missing, avoiding further processing and potential
exceptions.
2025-05-29 06:19:13 +02:00
Timothy Jaeryang Baek
caa5ad44d4
refac
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-05-26 19:53:29 +04:00
Tim Jaeryang Baek
040f29d058
Merge pull request #14316 from Yu-QX/main
...
fix: Handle special cases of LLM output not following markdown syntax
2025-05-26 19:30:48 +04:00
Yu QX
bb62bd9c1f
Extracting the traversal.
2025-05-26 21:04:08 +08:00
Yu QX
b9f74a66b2
Seperate into processChineseContent
2025-05-26 20:43:21 +08:00
Yu QX
254dd4246e
Integrate file into index.ts
.
2025-05-26 19:35:28 +08:00
YuQX
8ef7938c96
fix: Handle special cases of LLM output not following markdown syntax (20250525, formated) This commit introduces a utility function to address rendering issues in LLM output, particularly for Chinese characters and parentheses. The function ensures minimal modification of the original text while fixing markdown parsing problems. Changes include: - Added in for handling specific cases. - Updated in to incorporate the new utility. The fix ensures proper rendering of bold/italic text containing Chinese parentheses, improving readability for non-English content.
2025-05-25 19:37:43 +08:00
YuQX
49fe137553
fix: Handle special cases of LLM output not following markdown syntax 20250525
...
This commit introduces a utility function to address rendering issues in LLM output, particularly for Chinese characters and parentheses. The function ensures minimal modification of the original text while fixing markdown parsing problems.
Changes include:
- Added in for handling specific cases.
- Updated in to incorporate the new utility.
The fix ensures proper rendering of bold/italic text containing Chinese parentheses, improving readability for non-English content.
2025-05-25 13:58:32 +08:00
Timothy Jaeryang Baek
dd8e742c2d
refac: tts details tags
2025-05-23 13:40:33 +04:00
Timothy Jaeryang Baek
27bb5f5369
fix/refac: tts remove formattings
2025-05-16 21:51:29 +04:00
Timothy Jaeryang Baek
dadfa5f043
refac: HTML_FILE_ID handling
2025-05-01 00:32:29 +04:00
Timothy Jaeryang Baek
463d7fb628
refac: openapi to tool spec
2025-04-19 03:46:06 -07:00
Tim Jaeryang Baek
6101067ea4
Merge pull request #12974 from holmlund/fix/prompts-international
...
fix: improve international character handling in prompt commands
2025-04-18 18:19:12 -07:00
Thomas Rehn
3dcbf1acf5
feat: support OpenAPI parameter description and enum values in tool spec
2025-04-17 15:48:55 +02:00
David Holmlund
9f8b94e45f
fix: improve international character handling in prompt commands
2025-04-17 14:56:57 +02:00
Timothy Jaeryang Baek
aa8db40376
enh: copy formatted option
...
Co-Authored-By: Sebastian Whincop <123417897+macjedi42@users.noreply.github.com>
2025-04-14 01:56:15 -07:00
Timothy Jaeryang Baek
c3497da5dd
enh: only copy text message content
2025-04-12 15:11:03 -07:00
Timothy Jaeryang Baek
a8bc0d65a0
chore: format
2025-04-06 17:36:16 -07:00
Timothy Jaeryang Baek
71625663c0
Merge pull request #12496 from dan-sullivan/fix-12479/add-desc-to-openapi-tools
...
fix: openapi tools should pass description to model not summary
2025-04-05 15:30:19 -06:00
dan-sullivan
09344bbb80
Fallback from desc to summary to placeholder
2025-04-05 14:18:14 +01:00
Timothy Jaeryang Baek
feaf434d4e
refac: input prompt
2025-04-04 09:11:54 -06:00
Timothy Jaeryang Baek
faa68fcdaa
enh: image tool response
2025-04-02 23:46:39 -07:00
Timothy Jaeryang Baek
fd9641dcd1
refac
2025-03-28 01:20:45 -07:00
Timothy Jaeryang Baek
d1bc2cfa2f
refac: external tools server support
2025-03-27 02:27:56 -07:00
Timothy Jaeryang Baek
5119cc47fc
refac
2025-03-26 20:46:55 -07:00
Timothy Jaeryang Baek
42636347e2
refac: start source citation from 1
2025-03-26 20:39:39 -07:00
Faris Hijazi
eff1a23c19
fixed 5682 dates not surviving importing
...
Simply replaced the frontend svelte code that does the importing. One of
the keys were wrong, it was `convo['timestamp']` instead of
`convo['create_time']`
2025-03-18 09:23:52 +03:00
Timothy Jaeryang Baek
ab92737a9a
refac
2025-03-07 17:24:52 +00:00
Timothy Jaeryang Baek
d844fc7edb
refac: inline citation handling
2025-03-03 19:48:00 -08:00
Timothy Jaeryang Baek
9f27d7710b
chore: format
2025-02-25 01:46:08 -08:00
Sebastian
b00e14eb3f
Handle no location permission
2025-02-23 20:27:55 +01:00
Craig Quiter
0dae8ded13
fix: return local date from getFormattedDate
2025-02-15 10:37:40 -08:00
Timothy Jaeryang Baek
7ff719938a
refac: citations
2025-02-12 23:55:14 -08:00
Timothy Jaeryang Baek
1635dcb69b
refac
2025-02-03 16:07:43 -08:00
Timothy Jaeryang Baek
cc99673906
refac: prompt variables
2025-01-29 21:56:51 -08:00
Sharon Fox
dda945f4ad
feat: Localized dates and times
2025-01-26 02:47:23 -05:00
Timothy Jaeryang Baek
8b998420fe
refac
2025-01-22 10:12:09 -08:00
Timothy Jaeryang Baek
2b1c2942a8
refac: message timestamp
2025-01-22 01:02:52 -08:00
Juanan Pereira
f72490093a
fix frontend format
2025-01-09 18:56:40 +01:00
Timothy Jaeryang Baek
0129f463b4
fix: < rendering issue
2025-01-07 23:59:58 -08:00
Timothy Jaeryang Baek
b5bb853c66
chore: format
2024-12-25 09:38:51 -07:00
Timothy Jaeryang Baek
326514be4e
enh: image compression
2024-12-24 23:28:14 -07:00
Timothy Jaeryang Baek
e10897236d
chore: format
2024-12-24 22:44:10 -07:00
Timothy Jaeryang Baek
d93107d1d6
refac
2024-12-24 22:16:22 -07:00
Taylor Wilsdon
366158ff04
npm run format
2024-12-18 12:18:31 -05:00
denispol
e6add2869b
Update index.ts
2024-12-17 14:56:12 +01:00
denispol
d87584e7ad
refactor(utils): enhance Markdown text cleaning for TTS compatibility
2024-12-17 14:52:02 +01:00
Timothy Jaeryang Baek
38eb6abbfc
chore: version bump
2024-11-26 01:43:28 -08:00
Timothy Jaeryang Baek
b173f86690
fix: escape source id
2024-11-26 01:39:12 -08:00
Timothy Jaeryang Baek
5c49740aa5
doc: changelog
2024-11-21 22:45:49 -08:00