LLM-VM
LLM-VM copied to clipboard
irresponsible innovation. Try now at https://chat.dev/
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...
Definition of done: Design UI for web playground, raise PR and get it approved by the anarchy team before starting web playground development.
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 * ```
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...
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)
https://vllm.readthedocs.io/en/latest/
something more barebones, cleaner, easier to understand, made for github local application rather than browser application
I'm not sure what such a system would look like.