Spaces:
Sleeping
Sleeping
| title: L C A R S | |
| emoji: π¬ | |
| colorFrom: yellow | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: 5.42.0 | |
| app_file: app.py | |
| pinned: false | |
| hf_oauth: true | |
| hf_oauth_scopes: | |
| - inference-api | |
| license: apache-2.0 | |
| short_description: BORG UNIVERSE | |
| ## Creating Human Advance AI | |
| Success is a game of winners. | |
| β # Leroy Dyer (1972-Present) | |
| <img src="/static-proxy?url=https%3A%2F%2Fcdn-avatars.huggingface.co%2Fv1%2Fproduction%2Fuploads%2F65d883893a52cd9bcd8ab7cf%2FtRsCJlHNZo1D02kBTmfy9.jpeg%26quot%3B%3C%2Fspan%3E width="300"/> | |
| # SpyadzWeb BORG BRAIN : | |
| this works on LMSTUDIO ! | |
| Clone APP ! and run LOCAL ! | |
| Use LMSTUDIO ! | |
| ```python | |
| ############################################################# | |
| BASE_URL="http://localhost:1234/v1" | |
| BASE_API_KEY="not-needed" | |
| BASE_CLIENT = AsyncOpenAI( | |
| base_url=BASE_URL, | |
| api_key=BASE_API_KEY | |
| ) # Global state for client | |
| BASEMODEL_ID = "leroydyer/qwen/qwen3-0.6b-q4_k_m.gguf" # Global state for selected model ID | |
| CLIENT =OpenAI( | |
| base_url=BASE_URL, | |
| api_key=BASE_API_KEY | |
| ) # Global state for client | |
| ``` | |
| change here at the top of the file ! | |
| Also : | |
| this has over 100 agents ! | |
| Also : | |
| there is a model inside , ie my client ! called LLMAGent : This Class is a client using open ai , it has interneal message queue so all multi querys can go and it will put the responses on the queue to retriev ! | |
| this enables for more than async !! | |
| Also : | |
| i have a AgentFunciton ! | |
| this is a agent chaining subagent model: | |
| so each model has a submodel ! | |
| change the base model to your model ! | |
| (QWEN 30b ) | |
| Multi agent hive mind !! | |
| Solve and discuss with your agents ~! |