Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial goex commit #336

Merged
merged 5 commits into from
Apr 11, 2024
Merged

Initial goex commit #336

merged 5 commits into from
Apr 11, 2024

Conversation

ShishirPatil
Copy link
Owner

@ShishirPatil ShishirPatil commented Apr 11, 2024

We introduce GoEx, a runtime for LLMs with an intuitive undo and blast-radius confinement abstractions, enabling the safer deployment of LLM agents in practice.

Paper: https://arxiv.org/abs/2404.06921

ShishirPatil and others added 2 commits April 10, 2024 20:23
- Respect `model` parameter in `user_config.json`, passing it down from
the CLI to where `chat_completion` is called
- Added python3 venv as another virtual environment option
- Added missing file dependencies
- Nit refactor for the README
royh02 and others added 3 commits April 11, 2024 09:57
Addressed bugs, and thoroughly tested with both Option 1 and 2, start to
finish for all the examples, for all DB types.
- README `fspath` -> `fs_path`
- README added git lfs installation instructions, Press ctrl-d to exit
out of the shell after sqlite3 creation
- DB Prompt formatting
- SQLite bug when executing multiple SQL statements at once, now it
actually works
- Missing images.json -> Added
- FS too many git initializations -> only initializes once per execute
- FS initial commit now adds all the directory content
- Missing `.env` from `.gitignore` -> Added
Copy link
Collaborator

@tianjunz tianjunz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ShishirPatil ShishirPatil merged commit b6f7eb0 into main Apr 11, 2024
@ShishirPatil ShishirPatil deleted the goex-release branch April 11, 2024 17:24
devanshamin pushed a commit to devanshamin/gorilla that referenced this pull request Jul 9, 2024
We introduce GoEx, a runtime for LLMs with an intuitive `undo` and
`blast-radius confinement` abstractions, enabling the safer deployment
of LLM agents in practice.

Paper: https://arxiv.org/abs/2404.06921

---------

Co-authored-by: Noppapon (Neun) Chalermchockcharoenkit <76277934+Noppapon@users.noreply.github.com>
Co-authored-by: Roy Huang <hyfdudu@gmail.com>
Co-authored-by: Aaron Hao <aaronhao@berkeley.edu>
Co-authored-by: Tianjun Zhang <tianjunz@Tianjuns-MacBook-Pro.local>
Co-authored-by: Gil Vernik <gvernik@gmail.com>
aw632 pushed a commit to vinaybagade/gorilla that referenced this pull request Aug 22, 2024
We introduce GoEx, a runtime for LLMs with an intuitive `undo` and
`blast-radius confinement` abstractions, enabling the safer deployment
of LLM agents in practice.

Paper: https://arxiv.org/abs/2404.06921

---------

Co-authored-by: Noppapon (Neun) Chalermchockcharoenkit <76277934+Noppapon@users.noreply.github.com>
Co-authored-by: Roy Huang <hyfdudu@gmail.com>
Co-authored-by: Aaron Hao <aaronhao@berkeley.edu>
Co-authored-by: Tianjun Zhang <tianjunz@Tianjuns-MacBook-Pro.local>
Co-authored-by: Gil Vernik <gvernik@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants