Skip to main content

An innovative open-source Code Interpreter with (GPT,Gemini,PALM,LLaMa) models.

Project description

Interpreter

Hosting and Spaces:

Colab Replit PyPi Building

Support Project:

Welcome to Open-Code-Interpreter ๐ŸŽ‰, an innovative open-source and free alternative to traditional Code Interpreters. This is powerful tool and it also leverages the power of GPT 3.5 Turbo,PALM 2, HuggingFace models like Code-llama, Mistral 7b, Wizard Coder, and many more to transform your instructions into executable code for free and safe to use environments and even has Vision Models for Image Processing available.

Open-Code-Interpreter is more than just a code generator. It's a versatile tool that can execute a wide range of tasks. Whether you need to find files in your system ๐Ÿ“‚, save images from a website and convert them into a different format ๐Ÿ–ผ๏ธ, create a GIF ๐ŸŽž๏ธ, edit videos ๐ŸŽฅ, or even analyze files for data analysis and creating graphs ๐Ÿ“Š, Open-Code-Interpreter can handle it all.

After processing your instructions, Open-Code-Interpreter executes the generated code and provides you with the result. This makes it an invaluable tool for developers ๐Ÿ’ป, data scientists ๐Ÿงช, and anyone who needs to quickly turn ideas into working code and now with Vision Models it can also process images and videos.

Designed with versatility in mind, Open-Code-Interpreter works seamlessly on every operating system, including Windows, MacOS, and Linux. So, no matter what platform you're on, you can take advantage of this powerful tool ๐Ÿ’ช.

Experience the future of code interpretation with Open-Code-Interpreter today! ๐Ÿš€

Why this is Unique Interpreter?

The distinguishing feature of this interpreter, as compared to others, is its commitment to remain free ๐Ÿ†“. It does not require any model to download or follow to tedious processes or methods for execution. It is designed to be simple and free for all users and works on all major OS Windows,Linux,MacOS

Future Plans:

  • ๐ŸŽฏ We plan to integrate GPT 3.5 models. ๐ŸŽฏ We have added support for GPT 3.5 models.
  • ๐ŸŒ .We plan to provide Vertex AI (PALM 2) models.. We have added support for PALM-2 model using LiteLLM
  • ๐Ÿ”— We plan to provide API Base change using LiteLLM. Added Support for LiteLLM
  • ๐Ÿค– More Hugging Face models with free-tier.
  • ๐Ÿ’ป Support for more Operating Systems.
  • ๐Ÿ“ Support for Multi-Modal for Text and Vision.
  • ๐Ÿ“Š Support for Google and OpenAI Vision Models.

Table of Contents

๐Ÿ“ฅ Installation

Installtion with Python package manager.

To install Open-Code-Interpreter, run the following command:

pip install open-code-interpreter
  • To run the interpreter with Python:
interpreter -m 'gemini-pro' -md 'code' -dc
  • Make sure you install required packages before running the interpreter.
  • And you have API keys setup in the .env file.

Installtion with Git

To get started with Open-Code-Interpreter, follow these steps:

  1. Clone the repository:
git clone https://github.com/haseeb-heaven/open-code-interpreter.git
cd open-code-interpreter
  1. Install the required packages:
pip install -r requirements.txt
  1. Setup the Keys required.

HUGGING FACE API Key setup.

Step 1: Obtain the HuggingFace API key.

Step 2: Visit the following URL: https://huggingface.co/settings/tokens and get your Access Token.

Step 3: Save the token in a .env file as:

echo "HUGGINGFACE_API_KEY=Your Access Token" > .env

Google GEMINI and PALM-2 API Key setup.

Step 1: Obtain the Google Palm API key.

Step 2: Visit the following URL: https://makersuite.google.com/app/apikey

Step 3: Click on the Create API Key button.

Step 4: The generated key is your API key. Please make sure to copy it and paste it in the required field below.

echo "PALM_API_KEY=Your API Key" > .env
echo "GEMINI_API_KEY=Your API Key" > .env

OpenAI API Key setup.

Step 1: Obtain the OpenAI API key.

Step 2: Visit the following URL: https://platform.openai.com/account/api-keys

Step 3: Sign up for an account or log in if you already have one.

Step 4: Navigate to the API section in your account dashboard.

Step 5: Click on the Create New Key button.

Step 6: The generated key is your API key. Please make sure to copy it and paste it in the required field below.

echo "OPENAI_API_KEY=Your API Key" > .env
  1. Run the interpreter with Python:

Running with Python.

python interpreter.py -md 'code' -m 'gpt-3.5-turbo' -dc 
  1. Run the interpreter directly:

Running Interpreter without Python (Executable MacOs/Linux only).

./interpreter -md 'code' -m 'gpt-3.5-turbo' -dc 

๐ŸŒŸ Features

  • ๐Ÿš€ Code Execution: Open-Code-Interpreter can execute the code generated from your instructions.

  • ๐Ÿ’พ Code Save/Update: It has the ability to save the generated code for future use and edit the code if needed on the fly using advanced editor.

  • ๐Ÿ“œ Command History: It has the ability to save all the commands as history.

  • ๐Ÿ“œ Command Mode: Commands entered with '/' are executed as commands like /execute or /edit.

  • ๐Ÿ”„ Mode Selection: It allows you to select the mode of operation. You can choose from code for generating code, script for generating shell scripts, or command for generating single line commands.

  • ๐Ÿง  Model Selection: You can set the model for code generation. By default, it uses the code-llama model.

  • ๐ŸŒ Language Selection: You can set the interpreter language to Python or JavaScript. By default, it uses Python.

  • ๐Ÿ‘€ Code Display: It can display the generated code in the output, allowing you to review the code before execution.

  • ๐Ÿ’ป Cross-Platform: Open-Code-Interpreter works seamlessly on every operating system, including Windows, MacOS, and Linux.

  • ๐Ÿค Integration with HuggingFace: It leverages the power of HuggingFace models like Code-llama, Mistral 7b, Wizard Coder, and many more to transform your instructions into executable code.

  • ๐ŸŽฏ Versatility: Whether you need to find files in your system, save images from a website and convert them into a different format, create a GIF, edit videos, or even analyze files for data analysis and creating graphs, Open-Code-Interpreter can handle it all.

๐Ÿ› ๏ธ Usage

To use Open-Code-Interpreter, use the following command options:

  • List of all modes are:

    • code - Generates code from your instructions.
    • script - Generates shell scripts from your instructions.
    • command - Generates single line commands from your instructions.
    • vision - Generates description of image or video.
  • List of all models are (Contribute - MORE):

    • gpt-3.5-turbo - Generates code using the GPT 3.5 Turbo model.
    • gpt-4 - Generates code using the GPT 4 model.
    • gemini-pro - Generates code using the Gemini Pro model.
    • palm-2 - Generates code using the PALM 2 model.
    • code-llama - Generates code using the Code-llama model.
    • code-llama-phind - Generates code using the Code-llama Phind model.
    • mistral-7b - Generates code using the Mistral 7b model.
    • wizard-coder - Generates code using the Wizard Coder model.
    • star-chat - Generates code using the Star Chat model.
  • Basic usage (with least options)

python interpreter.py -dc
  • Using different models (replace 'model-name' with your chosen model)
python interpreter.py -md 'code' -m 'model-name' -dc
  • Using different modes (replace 'mode-name' with your chosen mode)
python interpreter.py -m 'model-name' -md 'mode-name'
  • Using auto execution
python interpreter.py -m 'wizard-coder' -md 'code' -dc -e
  • Saving the code
python interpreter.py -m 'code-llama' -md 'code' -s
  • Selecting a language (replace 'language-name' with your chosen language)
python interpreter.py -m 'gemini-pro' -md 'code' -s -l 'language-name'

Interpreter Commands ๐Ÿ–ฅ๏ธ

Here are the available commands:

  • ๐Ÿ“ /save - Save the last code generated.
  • โœ๏ธ /edit - Edit the last code generated.
  • โ–ถ๏ธ /execute - Execute the last code generated.
  • ๐Ÿ”„ /mode - Change the mode of interpreter.
  • ๐Ÿ”„ /model - Change the model for interpreter.
  • ๐Ÿ“ฆ /install - Install a package from npm or pip.
  • ๐ŸŒ /language - Change the language of the interpreter.
  • ๐Ÿงน /clear - Clear the screen.
  • ๐Ÿ†˜ /help - Display this help message.
  • ๐Ÿ“ /version - Display the version of the interpreter.
  • ๐Ÿšช /exit - Exit the interpreter.

๐Ÿ“– Examples

Code Interpreter Demo code_interpreter_demo

Example of GPT 3.5 Turbo. chatgpt_command

Example of PALM-2 based on Google Vertex AI. chatgpt_command

Example of Code llama with code mode: code_llama_code

Example of Code llama with command mode: code_llama_command

Example of Mistral with code mode: mistral_code

โš™๏ธ Settings

You can customize the settings of the current model from the .config file. It contains all the necessary parameters such as temperature, max_tokens, and more.

Steps to add your own custom API Server

To integrate your own API server for OpenAI instead of the default server, follow these steps:

  1. Navigate to the Configs directory.
  2. Open the configuration file for the model you want to modify. This could be either gpt-3.5-turbo.config or gpt-4.config.
  3. Add the following line at the end of the file:
    api_base = https://my-custom-base.com
    
    Replace https://my-custom-base.com with the URL of your custom API server.
  4. Save and close the file. Now, whenever you select the gpt-3.5-turbo or gpt-4 model, the system will automatically use your custom server.

Steps to add new Hugging Face model

  1. ๐Ÿ“‹ Copy the .config file and rename it to configs/hf-model-new.config.
  2. ๐Ÿ› ๏ธ Modify the parameters of the model like start_sep, end_sep, skip_first_line.
  3. ๐Ÿ“ Set the model name from Hugging Face to HF_MODEL = 'Model name here'.
  4. ๐Ÿš€ Now, you can use it like this: python interpreter.py -m 'hf-model-new' -md 'code' -e.
  5. ๐Ÿ“ Make sure the -m 'hf-model-new' matches the config file inside the configs folder.

๐Ÿค Contributing

If you're interested in contributing to Open-Code-Interpreter, we'd love to have you! Please fork the repository and submit a pull request. We welcome all contributions and are always eager to hear your feedback and suggestions for improvements.

๐Ÿ“Œ Versioning

๐Ÿš€ v1.0 - Initial release.
๐Ÿ“Š v1.1 - Added Graphs and Charts support.
๐Ÿ”ฅ v1.2 - Added LiteLLM Support.
๐ŸŒŸ v1.3 - Added GPT 3.5 Support.
๐ŸŒด v1.4 - Added PALM 2 Support.
๐ŸŽ‰ v1.5 - Added GPT 3.5/4 models official Support.
๐Ÿ“ v1.6 - Updated Code Interpreter for Documents files (JSON, CSV,XML).
๐ŸŒด v1.7 - Added Gemini Pro Vision Support for Image Processing.
๐ŸŒด v1.8 - Added Interpreter Commands Support.

๐Ÿ“œ License

This project is licensed under the MIT License. For more details, please refer to the LICENSE file.

Please note the following additional licensing details:

  • The GPT 3.5/4 models are provided by OpenAI and are governed by their own licensing terms. Please ensure you have read and agreed to their terms before using these models. More information can be found at OpenAI's Terms of Use.

  • The PALM models are officially supported by the Google PALM 2 API. These models have their own licensing terms and support. Please ensure you have read and agreed to their terms before using these models. More information can be found at Google Generative AI's Terms of Service.

  • The Hugging Face models are provided by Hugging Face Inc. and are governed by their own licensing terms. Please ensure you have read and agreed to their terms before using these models. More information can be found at Hugging Face's Terms of Service.

๐Ÿ™ Acknowledgments

  • We would like to express our gratitude to HuggingFace,Google,META,OpenAI for providing the models.
  • A special shout-out to the open-source community. Your continuous support and contributions are invaluable to us.

๐Ÿ“ Author

This project is created and maintained by Haseeb-Heaven.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

open_code_interpreter-1.8.1.tar.gz (40.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

open_code_interpreter-1.8.1-py3-none-any.whl (42.7 kB view details)

Uploaded Python 3

File details

Details for the file open_code_interpreter-1.8.1.tar.gz.

File metadata

  • Download URL: open_code_interpreter-1.8.1.tar.gz
  • Upload date:
  • Size: 40.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for open_code_interpreter-1.8.1.tar.gz
Algorithm Hash digest
SHA256 89c50f7ba5069e74028d0dffce7531585e8e01b7db4f105fcd33b9539dc63d69
MD5 9d4d818946c6764bd19a630f9b62bce5
BLAKE2b-256 983ad06989b46abbbcf78dfe95c720d46f069ec4b2c1b67b27596cfb652ad21d

See more details on using hashes here.

File details

Details for the file open_code_interpreter-1.8.1-py3-none-any.whl.

File metadata

File hashes

Hashes for open_code_interpreter-1.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 53e114bdad91220049461f23e8b04d10243bb5298647282d8b9483486b35c43c
MD5 ef6b98fc9f25cb92addb76067a6fb8c1
BLAKE2b-256 208c61f6e80dfd8dbbed9c2ec99a22668d9f0a3c2841a9217b5f88c4244478fe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page