Haiping
|
ba1ff71020
|
Merge pull request #92 from hchen2020/master
Messenger platform.
|
2023-08-04 22:33:13 -05:00 |
|
hchen
|
67de32b07c
|
Messenger platform.
|
2023-08-04 17:07:44 -05:00 |
|
Haiping Chen
|
0547d13799
|
sphinx == 6.2.1
|
2023-07-31 20:54:02 -05:00 |
|
Haiping Chen
|
0bd384c741
|
Add docs/requirements.txt.
|
2023-07-31 20:46:43 -05:00 |
|
Haiping Chen
|
e8bfcfbf44
|
Revert "try to remove .readthedocs.yaml."
This reverts commit 23deaf7fc7.
|
2023-07-31 20:41:18 -05:00 |
|
Haiping Chen
|
23deaf7fc7
|
try to remove .readthedocs.yaml.
|
2023-07-31 20:40:25 -05:00 |
|
Haiping Chen
|
48724d0e8d
|
needs_sphinx 2.1+
|
2023-07-31 20:38:43 -05:00 |
|
Haiping Chen
|
c736c7c686
|
No module named 'myst_parser'
|
2023-07-31 20:36:03 -05:00 |
|
Haiping Chen
|
3fa4d51cbb
|
Add readthedocs v2.
|
2023-07-31 20:31:41 -05:00 |
|
Haiping Chen
|
f27896f178
|
Complete the getting started document
|
2023-07-31 19:57:11 -05:00 |
|
Haiping
|
b62d738d85
|
Merge pull request #90 from hchen2020/master
IFunctionCallback
|
2023-07-30 18:03:40 -05:00 |
|
hchen2020
|
9b917b05c9
|
IFunctionCallback
|
2023-07-30 13:22:07 -05:00 |
|
Haiping
|
323ce61eba
|
Merge pull request #89 from hchen2020/master
Load function from conversation history.
|
2023-07-28 13:57:04 -05:00 |
|
hchen2020
|
746884fbfe
|
Load function from conversation history.
|
2023-07-28 10:54:29 -05:00 |
|
hchen2020
|
1ecc785e81
|
Merge branch 'SciSharp:master' into master
|
2023-07-28 10:47:54 -05:00 |
|
hchen2020
|
5340ee278e
|
Change OnFunctionExecution return type.
|
2023-07-28 06:53:43 -05:00 |
|
hchen2020
|
861cbb7fe2
|
Print Azure AI settings.
|
2023-07-28 06:53:43 -05:00 |
|
hchen
|
8c20b48759
|
Function execution status.
|
2023-07-28 06:53:43 -05:00 |
|
hchen
|
0d7c567502
|
Add onMessageReceived to support streaming.
|
2023-07-28 06:53:43 -05:00 |
|
hchen
|
d72204cd22
|
Add FunctionDefinition.
|
2023-07-28 06:53:43 -05:00 |
|
hchen2020
|
6a454b4c09
|
Merge branch 'master' of https://github.com/hchen2020/BotSharp
|
2023-07-27 23:28:07 -05:00 |
|
hchen2020
|
efbc61ec1e
|
Change OnFunctionExecution return type.
|
2023-07-27 23:27:12 -05:00 |
|
hchen2020
|
7724f8ef31
|
Merge branch 'SciSharp:master' into master
|
2023-07-27 22:14:59 -05:00 |
|
hchen2020
|
de2587dcb5
|
Print Azure AI settings.
|
2023-07-27 22:12:12 -05:00 |
|
hchen
|
60ce930d4c
|
Function execution status.
|
2023-07-27 16:56:57 -05:00 |
|
hchen
|
842880dbbf
|
Add onMessageReceived to support streaming.
|
2023-07-27 10:07:39 -05:00 |
|
hchen
|
a87ec531b5
|
Add FunctionDefinition.
|
2023-07-26 16:05:30 -05:00 |
|
Haiping
|
b8553f93a2
|
Merge pull request #87 from hchen2020/master
Seperate UserAgent.
|
2023-07-24 21:28:51 -05:00 |
|
hchen2020
|
f84534ec1a
|
Seperate UserAgent.
|
2023-07-24 21:22:18 -05:00 |
|
Haiping Chen
|
9ec85acf7a
|
Massive update v0.6.0
|
2023-07-22 06:35:30 -05:00 |
|
Haiping
|
0989696d24
|
Merge pull request #86 from hchen2020/master
Some fixes.
|
2023-07-21 17:50:21 -05:00 |
|
hchen2020
|
0d6b5475d7
|
Merge branch 'SciSharp:master' into master
|
2023-07-21 17:47:18 -05:00 |
|
hchen2020
|
ee6e4d61fb
|
Add custom agent data directory.
|
2023-07-21 17:17:16 -05:00 |
|
hchen2020
|
52600e804c
|
Support multiple database.
|
2023-07-21 16:56:14 -05:00 |
|
hchen2020
|
d8ec3ee198
|
Change ChatMessage to RoleDialogModel.
|
2023-07-21 15:15:09 -05:00 |
|
Haiping
|
1ecb441ae8
|
Merge pull request #85 from hchen2020/master
Fix IConversationCompletionHook
|
2023-07-21 12:06:21 -05:00 |
|
hchen
|
b250fc730d
|
Fix user null issue.
|
2023-07-21 10:15:30 -05:00 |
|
hchen2020
|
2904c92513
|
Add IChatCompletion to IConversationCompletionHook
|
2023-07-20 20:55:40 -05:00 |
|
hchen2020
|
12e7d32be1
|
Update IConversationCompletionHook.
|
2023-07-19 17:30:23 -05:00 |
|
Haiping Chen
|
6b2d1fa30b
|
Add converation completion hook.
|
2023-07-19 07:08:40 -05:00 |
|
Haiping
|
63f3c6f184
|
Merge pull request #83 from xbotter/wechat-plugin
update Wechat plugin
|
2023-07-03 20:30:58 -05:00 |
|
xbotter
|
9dc2d535aa
|
clean error namespace
|
2023-07-03 11:45:47 +08:00 |
|
xbotter
|
42d700e80a
|
docs: update wechat plugin readme.md
|
2023-07-03 11:09:20 +08:00 |
|
xbotter
|
21a1e69447
|
update wechat account user bind
|
2023-07-03 10:57:09 +08:00 |
|
xbotter
|
2d7501e24b
|
Merge branch 'wechat-plugin' of https://github.com/xbotter/BotSharp into wechat-plugin
|
2023-07-03 09:03:50 +08:00 |
|
xbotter
|
edf1675c5f
|
Merge branch 'SciSharp:master' into wechat-plugin
|
2023-07-03 09:03:40 +08:00 |
|
xbotter
|
aa68256fb4
|
add wechat identity
|
2023-07-03 09:02:33 +08:00 |
|
Haiping
|
92dc6b6e4c
|
Merge pull request #82 from hchen2020/master
Enable knowledge in chatbot.
|
2023-06-29 18:32:18 -05:00 |
|
hchen2020
|
b64a4597b1
|
Enable knowledge in chatbot.
|
2023-06-29 18:14:57 -05:00 |
|
xbotter
|
21e7c53904
|
draft wechat plugin users
|
2023-06-29 19:40:01 +08:00 |
|