How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf gautamritvik/Curl-Bot
# Run inference directly in the terminal:
llama cli -hf gautamritvik/Curl-Bot
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf gautamritvik/Curl-Bot
# Run inference directly in the terminal:
llama cli -hf gautamritvik/Curl-Bot
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf gautamritvik/Curl-Bot
# Run inference directly in the terminal:
./llama-cli -hf gautamritvik/Curl-Bot
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf gautamritvik/Curl-Bot
# Run inference directly in the terminal:
./build/bin/llama-cli -hf gautamritvik/Curl-Bot
Use Docker
docker model run hf.co/gautamritvik/Curl-Bot
Quick Links

Note: Curl-Bot is currently in continuous production and training, so some things that it will state about me or the Curl programming language could be incorrect, but stay tuned! The bot will be better and more advanced.

Curl-Bot

The official AI assistant for the Curl programming language, created by Ritvik Gautam.

Curl-Bot knows everything about Curl syntax, can write and debug Curl code, and has a built-in identity as the native AI of the Curl language.

Use with Curl

Install Curl:

pip install curl-programming-lang

Get a free Hugging Face token at huggingface.co/settings/tokens, then set these environment variables:

export CURL_AI_BASE_URL=https://api-inference.huggingface.co/v1, export CURL_AI_KEY=hf_your_token_here, export CURL_AI_MODEL=gautamritvik/Curl-Bot

Then in any Curl program:

pcAI.chat{""}\

That's it. You're talking to Curl-Bot.

What is Curl?

Curl is an open-source programming language where AI is native syntax — no imports, no setup, no boilerplate. pcAI is a built-in.

Training

Fine-tuned on hand-written examples covering:

  • Full Curl language syntax
  • AI module usage (pcAI.ask, pcAI.chat, pcAI.context, pcAI.reset, pcAI.summarize, pcAI.analyze, pcAI.sentiment, pcAI.translate)
  • Curl-Bot personality and identity
  • Debugging help and common errors

Links

Downloads last month
353
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for gautamritvik/Curl-Bot

Quantized
(170)
this model