LLM-VM icon indicating copy to clipboard operation
LLM-VM copied to clipboard

irresponsible innovation. Try now at https://chat.dev/

Results 102 LLM-VM issues
Sort by recently updated
recently updated
newest added

Many ways to do this. I think one good way is to maintain a `dev` branch where we all push changes and after every stable release we push to main...

organization
need-admin

Definition of done: Design UI for web playground, raise PR and get it approved by the anarchy team before starting web playground development.

frontend

Unreachable code due to import issue ``` except: from bothandler import ( question_split, tool_picker, memory_check, replace_variables_for_values, ) try: from .utils import * except: from utils import * ```

bug

https://github.com/anarchy-ai/LLM-VM/blob/main/src/llm_vm/client.py#L197C31-L197C31 This error handling is chaotic! We loose the stack trace frequently and there is unnecessary redirection. Please keep the stack trace so we can figure out what line things...

bug
feat/enhancement

feat/enhancement
Clarify (pre-bounty)

documentation
feat/enhancement

To make it easy to start working or using the project, it would be nice to have [Python Type Hints](https://docs.python.org/3/library/typing.html)

feat/enhancement
someday

https://vllm.readthedocs.io/en/latest/

feat/enhancement
good first issue
SWAG
improvement

something more barebones, cleaner, easier to understand, made for github local application rather than browser application

documentation
SWAG
HIGH-PRIORITY

I'm not sure what such a system would look like.

feat/enhancement
good first issue
help wanted
SWAG