Spaces:
Sleeping
Sleeping
File size: 1,553 Bytes
99eb69a ecd4ede 99eb69a ecd4ede 99eb69a 263d046 99eb69a 263d046 74b2804 263d046 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
---
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="https://cdn-avatars.huggingface.co/v1/production/uploads/65d883893a52cd9bcd8ab7cf/tRsCJlHNZo1D02kBTmfy9.jpeg" 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 ~! |