Commit graph

413 commits

Author SHA1 Message Date
Stitch-z
b2b227391a update: Add exception handling for write file operation. 2023-09-07 20:08:02 +08:00
Stitch-z
d83d1e105c update: format directory structure and extract universal file operation class 2023-09-07 19:55:50 +08:00
Stitch-z
473baf193c update: add unit test for the role tutorial assistant 2023-09-06 23:38:46 +08:00
Stitch-z
bc332a5f56 update: optimize prompts 2023-09-06 18:15:07 +08:00
Stitch-z
414dea3ea6 feature: add a new role tutorial assistant 2023-09-06 14:43:24 +08:00
stellaHSR
de1a7dcfc7
Merge pull request #280 from RainFung/add_azure_engine
add  `engine` mode for azure api
2023-09-05 22:02:24 +08:00
rainyrfeng
864a66c702 fix feature 2023-09-05 20:36:32 +08:00
rainyrfeng
a0be280879 fix feature 2023-09-05 11:26:16 +08:00
rainyrfeng
ce0c7b62a0 Merge branch 'main' into add_azure_engine 2023-09-05 11:22:05 +08:00
stellahsr
26fbbfc83c rm useless files 2023-09-04 19:51:28 +08:00
stellaHSR
689aa935eb
Update startup.py
set default params
2023-09-04 19:19:37 +08:00
geekan
ddf4697381
Merge pull request #250 from eltociear/update_ja-readme
Update README_JA.md
2023-09-04 13:52:56 +08:00
geekan
c10feec2f6
Merge pull request #286 from seehi/feature-faiss-search-kwargs
pass kwargs in faiss search
2023-09-04 13:52:12 +08:00
stellaHSR
9e0d0205e2
Merge pull request #82 from brucemeek/main
English Translation
2023-09-04 11:57:18 +08:00
stellaHSR
d9361e557d
Update skill_manager.py 2023-09-04 11:56:01 +08:00
stellaHSR
42ced10446
Update skill_manager.py 2023-09-04 11:53:50 +08:00
seehi
1f0cf924c1 pass kwargs in faiss search 2023-09-04 11:44:08 +08:00
stellaHSR
dd18e05d59
Merge pull request #190 from martcpp/main-1
Update skill_manager.py
2023-09-04 11:35:19 +08:00
geekan
4a8a110467
Merge pull request #192 from unkn-wn/main
LanceDB Implementation
2023-09-04 11:20:22 +08:00
geekan
a191ed4359
Update README.md 2023-09-04 10:34:07 +08:00
geekan
4873d58c61
Merge pull request #256 from martcpp/main
Added  video tutorial link From Matthew Berman
2023-09-04 10:31:12 +08:00
geekan
cfc9e53b9e
Merge pull request #276 from cassler/feature/engineer-optional
feat: option to skip hiring an engineer  with implement=False
2023-09-03 21:57:04 +08:00
stellaHSR
206bc252de
Update README_CN.md 2023-09-01 14:29:22 +08:00
stellaHSR
52ce488e9a
Update README.md 2023-09-01 14:28:37 +08:00
rainyrfeng
949a5074ce fix feature 2023-08-31 11:05:59 +08:00
Darin Cassler
9aa36db163 feat: option to skip hiring an engineer with implement=False 2023-08-29 11:35:46 -05:00
krylo
1f469d55b5
Merge branch 'geekan:main' into main 2023-08-29 10:26:42 -05:00
stellaHSR
65500204b8
Update README_CN.md 2023-08-25 10:31:11 +08:00
stellaHSR
f05b79b783
Update README_CN.md 2023-08-25 10:27:48 +08:00
stellaHSR
db532f138a
Update README_CN.md 2023-08-25 10:27:24 +08:00
stellaHSR
082d566be7
Update README.md 2023-08-25 10:22:17 +08:00
stellaHSR
f73fa072df
Merge pull request #121 from flyi/test-proxy
fix the bug can not use proxy
2023-08-23 15:53:29 +08:00
stellaHSR
a1c355ceb5
Merge pull request #257 from SophanySC/fix/asyncio-windows-loop-policy
fix(startup.py): add custom loop policy for Windows
2023-08-23 15:50:58 +08:00
stellaHSR
f14f3bf419
Merge pull request #186 from LeonZh0u/leon-dev
[README] Config Github codespace and Dev container
2023-08-23 15:44:21 +08:00
Andrei Boca
7db209f8a0 fix(startup.py): add custom loop policy for Windows 2023-08-22 17:34:53 +02:00
MORDECAI ETUKUDO
12a02fb409
Added video tutorial link From Matthew Berman
Added video tutorial link From Matthew Berman you tube channel on how to setup and create a simple Snake game
2023-08-22 14:57:03 +01:00
Ikko Eltociear Ashimine
c62250d268 Update README_JA.md 2023-08-19 21:29:16 +09:00
stellaHSR
45e3f95445
Merge pull request #240 from shenchucheng/main
Make the SearchEngine more user-friendly && Fix some bugs
2023-08-18 23:27:06 +08:00
brucemeek
a0e6d20034
Merge branch 'geekan:main' into main 2023-08-17 11:02:27 -05:00
brucemeek
21629f841b config conflict fixed 2023-08-17 11:01:53 -05:00
shenchucheng
d2aaafd235 Suppress the pydantic.ValidationError in SearchAndSummarize 2023-08-17 21:26:11 +08:00
shenchucheng
4da1a7d0ac Fix the 'get_max_completion_tokens' function to prevent reaching the maximum limit. 2023-08-17 17:47:03 +08:00
shenchucheng
6e6e91660d Make the SearchEngine more user-friendly. 2023-08-17 17:37:20 +08:00
shenchucheng
7e329a478a Make the report output directory if it doesn't exist. 2023-08-17 17:14:43 +08:00
stellaHSR
625342199a
Merge pull request #194 from flyi/config-api-key
fix exception when using Anthropic_API_KEY rather than OPENAI_API_KEY
2023-08-17 12:04:07 +08:00
stellaHSR
ec0f82bfde
Merge pull request #238 from talkingtoaj/installation_fixes
correct requirements and install instructions
2023-08-17 11:55:36 +08:00
AJ
285f6334ed correct requirements and install instructions 2023-08-16 21:32:50 +03:00
brucemeek
3ce123a7bf conflict fixes 2023-08-15 07:46:02 -05:00
brucemeek
193178b7d1 resolved current conflicts 2023-08-15 06:51:39 -05:00
stellaHSR
966d7f212f
Merge pull request #232 from hezhaozhao-git/ruff
Ruff bug fix
2023-08-15 19:12:02 +08:00