245 Commits

Author SHA1 Message Date
Anas Dorbani
13c8ab19d5 add build-eval to the make file 2024-04-05 00:19:41 +00:00
Anas Dorbani
b90c464c39 Fix unexpected operator 2024-04-05 00:02:55 +00:00
Anas Dorbani
a143242c37 add poetry.lock 2024-04-04 23:55:16 +00:00
Anas Dorbani
5bb859970b Add dependencies evaluation group 2024-04-04 23:51:53 +00:00
Anas Dorbani
1877fe9b91 some conflicts fixes 2024-04-04 23:50:08 +00:00
Robert Brennan
7817f18744 add torch and pymupdfb deps 2024-04-04 23:34:03 +00:00
Anas Dorbani
a03b614447 rebase and fix the versions adding lock file 2024-04-04 23:33:02 +00:00
Anas Dorbani
3dad4e4f2e add missing dependency 2024-04-04 23:33:02 +00:00
Anas Dorbani
6361b30767 Add github action for pytest 2024-04-04 23:33:02 +00:00
Anas Dorbani
9fc5ebbf73 Remove LangChain dependencies 2024-04-04 23:33:02 +00:00
Anas Dorbani
b8c9e314e1 Untrack lock files and wait for the backend to get start before frontend 2024-04-04 23:33:02 +00:00
Anas Dorbani
5b247b9fe3 fix some execution issues 2024-04-04 23:33:02 +00:00
Anas Dorbani
2d638f0540 adapt makefile 2024-04-04 23:33:02 +00:00
Anas Dorbani
8217739c31 Update Makefile 2024-04-04 23:33:02 +00:00
Anas Dorbani
834f3aa088 Fix the pyproject.toml file 2024-04-04 23:33:02 +00:00
Anas Dorbani
007051b453 create the pyproject file 2024-04-04 23:33:02 +00:00
Vincent
a0928ae590
Updating MakeFile and fixing monologue memory parameter issue (#692)
* Updating memory for monologue agent to fix base_url being used with OpenAIEmbedding by accident, added default text-embedding-ada-002 to monologue agent memory for OpenAIEmbeddings, added more enviroment variable configurations to setup-config in make file

* adding indent
2024-04-04 17:47:31 -05:00
Udbhav Ram
7680ff7dec
Update README.md to include docker configuration (#731) 2024-04-04 17:45:57 -05:00
RaGe
17ea9a7849
(fix) Do not reset backend for only language change (#736) 2024-04-04 18:23:49 -04:00
Engel Nyst
e70767c226
clean up (#721) 2024-04-04 17:02:44 -05:00
mashiro
0534c14279
feat: i18n (#723)
* feat: i18n

* fix: ci lint error

* fix: pnpm run pre script not trigger

---------

Co-authored-by: Jim Su <jimsu@protonmail.com>
2024-04-04 16:38:19 -04:00
mashiro
baa981cda7
fix: block input send event while ime composition (#701)
* fix: trigger send event while ime composition & separate input element & disable input event while initializing

* fix: eslint react plugin setting

---------

Co-authored-by: Jim Su <jimsu@protonmail.com>
2024-04-04 09:44:07 -04:00
Jack Quimby
0748f0b7ce
Doc: Updated documentation for Ollama (#689)
* doc: Guide for using local LLM with Ollama

* forgot to delete print statement

* typos

* Updated guide - new working method

* Move to docs folder

* Fixed front end overwrite local model name

* Update llm.py

* Delete docs/examples/images/example.png

deleted example.png
2024-04-04 09:24:44 -04:00
mashiro
5bb7bdb9f8
fix: detect corepack node version need to equal minimize (#703) 2024-04-04 16:59:40 +08:00
mashiro
0fdc401f91
chore: use pnpm to manage frontend deps (#659)
* chore: use pnpm to manage frontend deps

* typo: change content of tips

* docs: update node.js require version & replacement installation link

* feat: detect the Node.js version to ensure corepack is supported

* typo: remove chinese comment

* fix: lint CI config, use pnpm to install dependencies

* fix: nextui style error when using pnpm

* fix: ci setup pnpm cwd

* fix: frontend lint ci install deps crash

* fix: ci lint frontend missing package.json path

* fix: frontend lint ci add cache-dependency-path prop
2024-04-04 14:55:03 +08:00
xcodebuild
3adcb7ea56
fix: make run on Windows (#665)
* fix: make run on Windows

* Update Makefile

Co-authored-by: Graham Neubig <neubig@gmail.com>

---------

Co-authored-by: Graham Neubig <neubig@gmail.com>
2024-04-03 23:15:31 -04:00
808vita
398749fcd8
fix frontend : highlight active assistant text and maintain chat seq | for #476 (#598)
* highlight active assistant text and maintain seq

* adjust speed

* alter autoscrolll
2024-04-03 22:46:52 -04:00
Engel Nyst
66031a67ba
Make max_iterations configurable (#676) 2024-04-03 16:28:56 -04:00
Anas DORBANI
78c196d95f
Add the description about the LMs Support (#674) 2024-04-03 16:09:37 -04:00
Jim Su
0c00e84e77
Send initialization arguments only when stored in localStorage (#618)
* Send initialization arguments only when stored in localStorage

* Fix mock default-model path
2024-04-03 13:56:47 -04:00
Robert Brennan
310cd7017d
Add link to LiteLLM to make-setup (#614)
* Update Makefile

* fix tab

* add note to readme
2024-04-03 10:22:08 -04:00
xcodebuild
1c6f046c84
Fix make vars (#641)
* fix: let BACKEND_HOST and FRONTEND_PORT works in markfile

* feat: let vite do not clear terminal to keep backend log
2024-04-03 08:58:01 -04:00
Jack Quimby
08a2dfb01a
Guide for Ollama local LLM (#615)
* doc: Guide for using local LLM with Ollama
2024-04-02 23:20:25 -04:00
Jim Su
d397a200bf
Add playwright to pipenv (#625)
* Add playwright to Pipfile
2024-04-02 21:25:16 -04:00
Paweł Ciosek
b672ac3632
Fix terminal output disappears after switching tabs (#604) 2024-04-02 20:57:30 -04:00
universea
5f29df088a
Add playwright and show screenshoots on web browser (#547)
* add playwright and show screenshoots on web browser

* fix lints

* fix lint issues

* fix lint issues

* fix lint issues

* fix lint issues

* fix lint issues
2024-04-02 18:46:01 -04:00
Robert Brennan
c3f95f049f
Update Makefile (#609) 2024-04-02 18:36:10 -04:00
Yufan Song
324a00f477
refactor(config): make a single source of truth file (#524)
* refactor

* fix nits

* add get from env

* refactor logic
2024-04-02 18:01:23 -04:00
Yufan Song
1af287a24b
optimize(sandbox): cleanup docker when disconnect to speed up restart speed (#557)
* clean docker when disconnect

* add check
2024-04-02 17:57:16 -04:00
ryanwclark1
b6b7272cdc
Add default model option to setup-config reads echo and writes to conf if not provided by user (#585)
Co-authored-by: Ryan Clark <ryanc@accentservices.com>
2024-04-02 17:52:48 -04:00
Theodoros Aslanidis
fdbcdb84ee
Update README (#574) 2024-04-02 17:51:57 -04:00
Engel Nyst
8fef7495a9
Removed langchain (#586)
* Removed langchain

* Update README.md

---------

Co-authored-by: Robert Brennan <accounts@rbren.io>
2024-04-02 17:38:54 -04:00
ncrypted | Oliver
801417dcbf
fix: make run conditional logs removal (#579)
* fix: make run conditional logs removal

* fix: make run fail-safe logs & pipe management
2024-04-02 16:50:13 -04:00
Robert Brennan
22a9a28e46
Update intro message (#569) 2024-04-02 10:02:09 -04:00
Jim Su
0a8a857d00
fix: apply settings without explicit change (#541)
* fix: apply settings without explicit change
* Change default model to gpt-4-0125-preview and don't print settings selection on startup
2024-04-02 09:49:43 -04:00
xcodebuild
d64383a520
fix: let make run output both backend and frontend (#576)
* fix: let make run output both backend and frontend

* fix: delete pipe on run
2024-04-02 20:54:16 +08:00
Yufan Song
5e87c79838
refactor (#543) 2024-04-02 08:13:38 -04:00
Robert Brennan
ddbe4fc604
Remove debug output (#572) 2024-04-02 08:12:26 -04:00
Yufan Song
93b0156f34
fix (#567) 2024-04-02 08:12:12 -04:00
Yufan Song
3e2045626a
add max_iterations (#566) 2024-04-02 08:11:23 -04:00