L_C_A_R_S / README.md
LeroyDyer's picture
Update README.md
74b2804 verified

A newer version of the Gradio SDK is available: 5.49.1

Upgrade
metadata
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)

SpyadzWeb BORG BRAIN :

this works on LMSTUDIO !

Clone APP ! and run LOCAL !

Use LMSTUDIO !

#############################################################
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 ~!