Commit graph

29 commits

Author SHA1 Message Date
600c5e161a
feat: support langchain powered by flowise
Bump requests from 2.28.2 to 2.31.0

Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-26 20:45:08 +08:00
6ff585d402
feat: BingImageCreator output four images 2023-05-20 09:49:11 +08:00
7fecffad54
feat: import E2E room keys 2023-04-20 15:39:14 +08:00
a96f40f7a2
fix type check 2023-04-16 10:41:07 +08:00
bbd45e78fa
prevent blocking execution flow 2023-04-14 19:03:34 +08:00
51bde67149
remove unused 2023-04-14 18:34:31 +08:00
75ff65a32a
Add Google's Bard Chat 2023-04-13 23:22:24 +08:00
ff30d06eda
Chore: close session when exit 2023-04-13 21:31:11 +08:00
bce867acd2
improve error handle 2023-04-13 13:41:47 +08:00
f5ccc67258
Support markdown message for better display code 2023-04-11 13:41:26 +08:00
5ac09003b9
remove reply quote to provide raw message 2023-04-11 01:30:24 +08:00
83745f1174
Chore: fix interactive verification not work in container environment 2023-04-11 01:13:20 +08:00
1482e201a2
feat: support reading config from environment variables 2023-04-10 21:40:39 +08:00
fb73d3e597
Chore: better error handle 2023-04-10 21:00:22 +08:00
4755653e7e Support E2E encrypted room 2023-04-10 19:37:43 +08:00
4832d6f00b refactor code 2023-04-10 10:52:18 +08:00
1a12094f1c
Add Image Generation by Microsoft Bing 2023-03-22 22:28:22 +08:00
599d186ba7
Add option to disable Bing ai jailbreak mode 2023-03-18 07:20:55 +08:00
09596c1990
Chore: improve 2023-03-14 22:37:30 +08:00
7314517b6a
increase timeout for bing ai 2023-03-14 09:49:21 +08:00
774038581f
Support login via access_token 2023-03-12 23:24:05 +08:00
942348e9d0
Add bing ai 2023-03-10 23:45:38 +08:00
69dd8ff81c
add basic logging function 2023-03-10 21:43:18 +08:00
87c560a30e
set timeout for coroutine job 2023-03-10 19:19:49 +08:00
fab7a36bc4
add official api_endpoint, properly handle failing request 2023-03-10 18:53:51 +08:00
a343deecb1
remove newline character from event.body 2023-03-10 12:42:33 +08:00
4c6133f9a8
Properly handle when there is no api_key 2023-03-10 08:29:12 +08:00
2c0a225177
Proper handle room_id and asyncio event loop 2023-03-10 00:21:12 +08:00
bobmaster
fe1a53780d
🎉 initial commit 2023-03-05 22:24:15 +08:00