Oleg Yermolenko
|
80d671463e
|
Merge 5f5a8fa7bd into 3ed1df2e53
|
2025-12-11 00:15:36 -03:00 |
|
Timothy Jaeryang Baek
|
bcd50ed8f1
|
refac
|
2025-12-08 11:30:38 -05:00 |
|
Oleg Yermolenko
|
5f5a8fa7bd
|
Merge remote-tracking branch 'origin/dev' into feature/tools-system
|
2025-12-04 10:36:44 +02:00 |
|
Timothy Jaeryang Baek
|
52ccab8fc0
|
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, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / merge-cuda126-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (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
Create and publish Docker images with specific build args / merge-slim-images (push) Blocked by required conditions
Python CI / Format Backend (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
|
2025-12-01 13:52:09 -05:00 |
|
Oleg Yermolenko
|
9ba90414eb
|
Merge remote-tracking branch 'origin/dev' into feature/tools-system
|
2025-12-01 20:29:24 +02:00 |
|
Classic298
|
bb4b547574
|
Update middleware.py
|
2025-11-29 11:11:21 +01:00 |
|
Oleg Yermolenko
|
7e3d7b8a00
|
Merge remote-tracking branch 'origin/dev' into feature/tools-system
|
2025-11-28 20:03:34 +02:00 |
|
Oleg Yermolenko
|
0422b5e29d
|
fix formatting
|
2025-11-28 19:45:11 +02:00 |
|
Oleg Yermolenko
|
96c7c948a1
|
add env to control tool execution result
|
2025-11-28 18:21:00 +02:00 |
|
Timothy Jaeryang Baek
|
a7c7993bbf
|
refac/fix: temp chat image generation
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, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (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-cuda126-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-slim-images (push) Blocked by required conditions
Python CI / Format Backend (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
|
2025-11-28 11:11:56 -05:00 |
|
Timothy Jaeryang Baek
|
70948f8803
|
enh/refac: deprecate USER_POOL
|
2025-11-28 07:39:02 -05:00 |
|
Timothy Jaeryang Baek
|
477097c2e4
|
refac
|
2025-11-25 16:27:27 -05:00 |
|
Timothy Jaeryang Baek
|
f0c7bd3f79
|
refac
|
2025-11-25 03:12:21 -05:00 |
|
Timothy Jaeryang Baek
|
743199f2d0
|
feat/enh: tool server function name filter list
|
2025-11-25 02:31:34 -05:00 |
|
Classic298
|
902c6cfbea
|
perf: 50x performance improvement for external embeddings (#19296)
* Update utils.py (#77)
Co-authored-by: Claude <noreply@anthropic.com>
* refactor: address code review feedback for embedding performance improvements (#92)
Co-authored-by: Claude <noreply@anthropic.com>
* fix: prevent sentence transformers from blocking async event loop (#95)
Co-authored-by: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-11-22 20:54:59 -05:00 |
|
Timothy Jaeryang Baek
|
2b58191b82
|
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, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (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-cuda126-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-slim-images (push) Blocked by required conditions
Python CI / Format Backend (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
|
2025-11-21 04:32:49 -05:00 |
|
Timothy Jaeryang Baek
|
557170c0b6
|
refac/enh: dedicated enable image edit toggle
|
2025-11-20 19:52:31 -05:00 |
|
Timothy Jaeryang Baek
|
4c28f19bdd
|
enh/pref: convert markdown base64 images to urls
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, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (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-cuda126-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-slim-images (push) Blocked by required conditions
Python CI / Format Backend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Co-Authored-By: Shirasawa <kaguyashirasawa@gmail.com>
|
2025-11-20 04:00:02 -05:00 |
|
Timothy Jaeryang Baek
|
90f76d24ec
|
refac
|
2025-11-19 02:16:09 -05:00 |
|
Shirasawa
|
31dc97b68b
|
feat: Add image handling in middleware for delta updates (#19073)
* feat: Add image handling in middleware for delta updates
* refactor: optimize the code logic
|
2025-11-19 02:07:56 -05:00 |
|
Timothy Jaeryang Baek
|
42071cb8e8
|
refac
|
2025-11-18 15:27:26 -05:00 |
|
Timothy Jaeryang Baek
|
80388855f4
|
refac/fix
|
2025-11-16 00:30:03 -05:00 |
|
Timothy Jaeryang Baek
|
8f3bd2ecbe
|
feat: voice mode prompt template
|
2025-11-13 20:23:13 -05:00 |
|
Timothy Jaeryang Baek
|
da42850eff
|
enh: custom headers for external tool servers
|
2025-11-12 23:39:27 -05:00 |
|
Mati
|
ce19b7120b
|
fix: Duplicate instructions in tool selection calling prompt (#19122)
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 / merge-slim-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (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-cuda126-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 (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Has been cancelled
Frontend Build / Frontend Unit Tests (push) Has been cancelled
* Fix duplicated query prefix in user prompt for function calling
* Fix duplicated last user message in prompt for function calling
|
2025-11-11 14:35:25 -05:00 |
|
Timothy Jaeryang Baek
|
c2c02846a8
|
fix: tool calling
|
2025-11-06 16:35:19 -05:00 |
|
Timothy Jaeryang Baek
|
651f855289
|
refac
|
2025-11-06 13:20:03 -05:00 |
|
Timothy Jaeryang Baek
|
f5c7152a6b
|
enh/fix: update extra params for native function calling
Co-Authored-By: Jacob Leksan <63938553+jmleksan@users.noreply.github.com>
|
2025-11-05 23:46:30 -05:00 |
|
Timothy Jaeryang Baek
|
72f8539fd2
|
feat: image edit support
|
2025-11-05 03:31:37 -05:00 |
|
Timothy Jaeryang Baek
|
03f207b803
|
enh: display mcp connection error
|
2025-11-04 13:48:23 -05:00 |
|
Timothy Jaeryang Baek
|
8e5690aab4
|
refac: images
|
2025-11-04 13:30:59 -05:00 |
|
Timothy Jaeryang Baek
|
024f78d3e0
|
refac/fix: reasoning content tag parsing
|
2025-11-02 18:52:53 -05:00 |
|
acomarcho
|
15cc9b6cee
|
fix: titles are not generated if title auto-generation is set to false in interface settings
|
2025-11-01 00:07:59 +07:00 |
|
Timothy Jaeryang Baek
|
8af6a4cf21
|
refac: direct connections
|
2025-10-19 18:30:36 -04:00 |
|
Timothy Jaeryang Baek
|
a730a277b9
|
refac
|
2025-10-13 16:22:47 -05:00 |
|
Timothy Jaeryang Baek
|
5064506de4
|
refac/fix: inherit request form data
|
2025-10-11 14:54:07 -05:00 |
|
Timothy Jaeryang Baek
|
c4832fdb70
|
fix: full context issue
|
2025-10-09 11:55:12 -05:00 |
|
Timothy Jaeryang Baek
|
2d71193bc0
|
refac
|
2025-10-07 10:59:53 -05:00 |
|
Timothy Jaeryang Baek
|
4bb5b39410
|
refac: fallback to reasoning content
|
2025-10-07 07:59:21 -05:00 |
|
Timothy Jaeryang Baek
|
b6108527c2
|
refac
|
2025-10-06 18:42:48 -05:00 |
|
Timothy Jaeryang Baek
|
c58a4a0166
|
refac
|
2025-10-06 18:42:24 -05:00 |
|
Timothy Jaeryang Baek
|
d2cb78179d
|
feat: attach folder
|
2025-10-05 02:48:08 -05:00 |
|
Timothy Jaeryang Baek
|
a2a2bafdf6
|
enh/refac: url input handling
|
2025-10-04 02:02:26 -05:00 |
|
Timothy Jaeryang Baek
|
d40c710354
|
refac
|
2025-10-04 01:19:33 -05:00 |
|
Timothy Jaeryang Baek
|
a1fc99c66f
|
refac/fix: system prompt duplication
|
2025-10-02 02:57:54 -05:00 |
|
Timothy Jaeryang Baek
|
3a601e0fc3
|
refac/fix: temp chat
|
2025-10-01 22:49:25 -05:00 |
|
Timothy Jaeryang Baek
|
88a6fe3c7a
|
refac: rm print statements
|
2025-09-29 22:59:10 -05:00 |
|
Tim Jaeryang Baek
|
170ae9f3be
|
Merge pull request #17882 from ShirasawaSama/patch-3
fix: handle non‑UTF8 chars in third‑party responses without error
|
2025-09-29 21:25:55 -05:00 |
|
Jacob Leksan
|
0a928d6e9d
|
Tool calls now only include text and dont inlcude other content like image b64
|
2025-09-29 12:50:01 -04:00 |
|
Shirasawa
|
3389f0eece
|
fix: handle non‑UTF8 chars in third‑party responses without error
|
2025-09-29 08:16:50 +00:00 |
|