Releases: haseeb-heaven/code-interpreter
Releases · haseeb-heaven/code-interpreter
Interpreter 2.1
🔥 v2.0 - Added Groq-AI Models Fastest LLM with 500 Tokens/Sec with Code-LLaMa, Mixtral models.
- v2.0.1 - Added AnthropicAI Claude-2, Instant models.
🔥 v2.1 - Added AnhtorpicAI Claude-3 models powerful Opus,Sonnet,Haiku models.
Interpreter 1.8
🌴 v1.8
Interpreter added commands 🖥️
- 🚪
/exit
- Exit the interpreter. ▶️ /execute
- Execute the last code generated.- 📦
/install
- Install a package from npm or pip. - 🔄
/mode
- Change the mode of interpreter. - 🔄
/model
- Change the model for interpreter. - 🌐
/language
- Change the language of the interpreter. - 🧹
/clear
- Clear the screen. - 🆘
/help
- Display this help message. - 📝
/version
- Display the version of the interpreter.
Interpreter 1.7
Changelog
- 🌴 v1.7
- Added Gemini Pro Vision support for Image Processing. 🖼️
- Introduced Google Gemini models support with Gemini Pro and Gemini Pro Vision for image analysis. 🧠
- This update is a significant improvement over Hugging Face models because:
- It's free. 💸
- Offers a 60 RPM (requests per minute) limit, which is better than any other free tier models available. 💡
Interpreter 1.6
📝 v1.6 - Updated Code Interpreter for Document files (JSON, CSV, XML)
Features:
- 📂 Multi-format Support: Supports JSON, CSV, and XML files.
- 🔄 File Parsing: Efficiently parses chosen document files.
- 📄 JSON Processing:
- 🧩 JSON Parsing: Parses JSON documents.
- 📑 JSON to Python: Converts JSON to Python data structures.
- 📊 CSV Processing:
- 📎 CSV Parsing: Parses CSV files.
- 📊 Data Analysis: Analyzes CSV data.
- 📃 XML Processing:
- 🌐 XML Parsing: Parses XML documents.
- 🧱 XML to Python: Converts XML to Python objects.
- 🛠️ Modular Design: Organized into modules for scalability.
- ❗ Error Handling: Comprehensive error handling.
- 📝 Logging: Includes logging for debugging.
- 💬 Comments: Detailed code comments.
- 🚀 Efficiency: Optimized for speed and memory.
- 🧩 Full Source Code: No omissions in code.
- 🚦 Exception Handling: Robust exception handling.