Willie169
Willie169
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
just come across it, haven't try
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
https://github.com/anaisbetts/mcp-installer
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
Great, thanks
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
I think MCP is better but I haven't get used to it
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
OpenAI, Antropic, Mistral, Gemini, Openrouter, Siliconflow
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
After succeeded in qemu, systemd-sysv, box64, etc. may can help to migrate to proot. Directly use Termux may be possible. An example is mobox, which is said to succeeded in simulate Windows x86_64 without proot on Termux, but it's close source tho
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
idk much about it. I has only used it to use LLMs on CLI
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
yup
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
I think mb you can firstly build things on an QEMU VM cuz proot don't have systemd
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
https://github.com/Aider-AI/aider https://github.com/hyperledger/fabric
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
found it, thanks
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
which channel?
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
tho my English is still too poor and need more practice
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
This plan sounds good to me. I'm planning to learn mb some Japanese and German when as ug as third and fourth language
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
You can speak Germany and Russian? That's amazing. Btw, what I'm gonna take is the GSAT, Taiwanese college entrance exam, of which the subjects are Chinese, English, math, natural science, and social studies, with second level test come after that if one passes the first level criteria of wanted department.
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
I'll try LMOS after college entrance exam cuz I'm way too busy recently.
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
What is lxml?
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
It failed
77 replies
TTermux
Created by ∆•L°gi¢alPeπpl=xit¥ on 12/17/2024 in #support
Alpine Linux & Docker + LLM & MCP
I guess it may run quicker if locally built in Termux:
git clone https://github.com/SecretiveShell/MCP-Bridge.git
cd MCP-Bridge
echo '{"inference_server":{"base_url":"https://api.openai.com","api_key":"$OPENAI_API_KEY"},"mcp_servers":{"fetch":{"command":"uvx","args":["mcp-server-fetch"]}}}' >> config.json
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python mcp_bridge/main.py
git clone https://github.com/SecretiveShell/MCP-Bridge.git
cd MCP-Bridge
echo '{"inference_server":{"base_url":"https://api.openai.com","api_key":"$OPENAI_API_KEY"},"mcp_servers":{"fetch":{"command":"uvx","args":["mcp-server-fetch"]}}}' >> config.json
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python mcp_bridge/main.py
77 replies