Curl-Bot / README.md
gautamritvik's picture
Update README.md
032a128 verified
|
Raw
History Blame Contribute Delete
1.65 kB
---
language:
- en
license: apache-2.0
tags:
- curl
- programming-language
- chatbot
- code-assistant
base_model: microsoft/Phi-3-mini-4k-instruct
---
***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](https://github.com/gautamritvik/Curl-Programming), 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
- GitHub: https://github.com/gautamritvik/Curl-Programming
- PyPI: https://pypi.org/project/curl-programming-lang/