Jicheng Lu
0b56a18aa6
summarize multiple conversations
2024-05-28 21:50:16 -05:00
C. Oceania
5acc6c89e8
Merge pull request #457 from iceljc/features/add-agent-user-role
...
Features/add agent user role
2024-05-28 20:55:25 -05:00
C. Oceania
2f5f920e2c
Merge pull request #471 from iceljc/features/add-conversation-summary
...
Features/add conversation summary
2024-05-28 20:55:11 -05:00
C. Oceania
9835e367d7
Merge pull request #466 from iceljc/features/add-user-avatar
...
user avatar
2024-05-28 20:54:52 -05:00
Haiping Chen
d6ac3c09ea
Fix current agent id for routing rule.
2024-05-27 21:06:05 -05:00
Jicheng Lu
520b91507c
minor change
2024-05-27 12:51:00 -05:00
Jicheng Lu
6693c7cff2
resolve conflict
2024-05-27 12:15:44 -05:00
Jicheng Lu
a5dad4dee4
refine summary prompt
2024-05-27 12:12:39 -05:00
C. Oceania
1d0a7e8196
Merge pull request #472 from yileicn/master
...
optimize UpdateBreakPoint
2024-05-27 08:19:50 -05:00
LAPTOP-3CFGGVOS\rabbit
ad7b3a41eb
optimize UpdateBreakpoint
2024-05-27 21:17:50 +08:00
LAPTOP-3CFGGVOS\rabbit
245384e8d2
optimize UpdateBreakPoint
2024-05-27 20:44:01 +08:00
Jicheng Lu
b8becca945
minor change
2024-05-26 22:20:56 -05:00
Jicheng Lu
6c5be6da63
clean code
2024-05-26 22:20:27 -05:00
Jicheng Lu
953a53c4bc
clean code
2024-05-26 22:19:06 -05:00
Jicheng Lu
6b5d77604e
add conversation summary
2024-05-26 21:30:57 -05:00
Jicheng Lu
24fdefce98
Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/add-conversation-summary
2024-05-26 20:40:28 -05:00
Jicheng Lu
2a456df846
temp save
2024-05-26 20:40:24 -05:00
Jicheng Lu
c49fcc5dcf
minor change
2024-05-26 20:09:18 -05:00
Jicheng Lu
948a3981a6
Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/add-user-avatar
2024-05-22 10:39:11 -05:00
Jicheng Lu
9dad9ae80b
split file service
2024-05-22 10:39:04 -05:00
C. Oceania
e75fd5db12
Merge pull request #469 from yileicn/master
...
Update TranslationService.cs
2024-05-22 07:22:58 -05:00
易磊
80a60b23eb
Update TranslationService.cs
...
add using
2024-05-22 20:12:15 +08:00
易磊
6f8c840dcd
Update translation_prompt.liquid
...
optimize translation prompt
1.Enrich the translation examples.
2.Add necessary validation conditions for "output_count".
2024-05-22 15:08:13 +08:00
易磊
adc6486345
Update TranslationService.cs
...
hotfix json escaped question
error:
[ERR] [] '<' is not a hex digit following '\u' within a JSON string. The string should be correctly escaped. Path: $.texts[0].text | LineNumber: 0 | BytePositionInLine: 411.
json:
{"input_lang":"English", "output_count":3, "output_lang":"Spanish", "texts":[{"id":1,"text":"Aquí hay un resumen de los horarios que ha indicado que está disponible. Las fechas no están confirmadas. El técnico revisará y se pondrá en contacto para programar.\u003Cp\u003E\u003Cb\u003EJueves, 23 de mayo de 2024\u003C/b\u003E\u003C/br\u003ETodo el día (08:00 AM - 08:00 PM)\u003C/p\u003E\u003Cp\u003E\u003<b>Viernes, 24 de mayo de 2024\u003C/b\u003E\u003C/br\u003EMañana (08:00 AM - 01:00 PM)\u003C/p\u003E\u003Cp\u003E\u003<b>Lunes, 27 de mayo de 2024\u003C/b\u003E\u003C/br\u003ETarde (01:00 PM - 08:00 PM)\u003C/p\u003E"},{"id":2,"text":"Se ve bien"},{"id":3,"text":"Empezar de nuevo"}]}
2024-05-22 14:53:36 +08:00
Jicheng Lu
c93511065a
refine file storage
2024-05-21 23:33:31 -05:00
Haiping Chen
343f3b91ab
Retry language translation.
2024-05-21 22:07:26 -05:00
Jicheng Lu
effd44eb7c
add agent delete
2024-05-21 15:55:12 -05:00
Haiping Chen
6a0a400500
Fix SSE response format.
2024-05-21 12:02:06 -05:00
Jicheng Lu
02f4cbd6a1
merge with dev
2024-05-21 11:19:06 -05:00
Haiping Chen
2147d69ecf
translation improvement.
2024-05-20 21:13:12 -05:00
hchen2020
a538f9d338
Merge branch 'SciSharp:master' into master
2024-05-20 12:55:59 -05:00
Haiping Chen
efdf5a30da
Improve translation.
2024-05-20 12:54:38 -05:00
Jicheng Lu
b35f0e6536
refine log in
2024-05-20 11:35:45 -05:00
Haiping Chen
57122f7833
Fix llm selection bug.
2024-05-16 16:32:58 -05:00
Jicheng Lu
6625b3ec08
minor change
2024-05-16 12:58:37 -05:00
Jicheng Lu
04e90a3664
rename function
2024-05-16 10:41:59 -05:00
Jicheng Lu
ca5407f97c
add user role in menu
2024-05-15 17:53:39 -05:00
Jicheng Lu
394d607163
add user role limit
2024-05-15 17:30:45 -05:00
Jicheng Lu
66e233a11c
add user role filter
2024-05-15 15:54:08 -05:00
C. Oceania
3bf73bec4a
Update RoutingService.cs
2024-05-15 14:32:59 -05:00
C. Oceania
842f1e788e
Update translation_prompt.liquid
2024-05-15 14:09:38 -05:00
C. Oceania
d305e42cac
Merge pull request #454 from iceljc/features/add-fetch-conv-files
...
add chat files
2024-05-15 07:20:48 -05:00
C. Oceania
c29e76c184
Update TranslationService.cs
2024-05-14 15:28:24 -05:00
Haiping Chen
535e20ea90
Fix map key.
2024-05-14 14:47:36 -05:00
Haiping Chen
ed9e6457fe
Fix translation issue.
2024-05-14 13:45:20 -05:00
Jicheng Lu
3d3359cb95
filter by model id and multi-modal
2024-05-14 13:34:10 -05:00
Jicheng Lu
83a78d2b5a
add instruct multi modal
2024-05-14 11:51:39 -05:00
Jicheng Lu
f3bbb0259f
remove test code
2024-05-14 10:14:08 -05:00
Jicheng Lu
c2554509ae
Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/add-fetch-conv-files
2024-05-13 16:54:18 -05:00
Jicheng Lu
f9e63097a9
add chat files
2024-05-13 16:53:41 -05:00