Skip to content

A gpt assistant programming tool that is easy to use on notebook

License

Notifications You must be signed in to change notification settings

zxfpro/AI_coder_for_notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[![Wechat][wechat-image]][wechat-url]


AI_coder_for_notebook :A gpt assistant programming tool that is easy to use on notebook

Python Version

Overview

We provide a handy and simple tool for programming with large model help in notebook, which allows you to quickly and comfortably acquire large model code capabilities without requiring in-depth knowledge of LLM. All you need is an openai api_key.

Installation

To install the magic function:

%pip install jupyterlab
%cd AI_coder_for_notebook
%sudo bash install.sh

Example

First, you need to add your OpenAI API key to system environment variables.

# Export your OpenAI API key
export OPENAI_API_KEY=<insert your OpenAI API key>

Data (Hosted on Hugging Face)

Dataset Chat format Instruction format Chat format (translated)
AI Society Chat format Instruction format Chat format (translated)
Code Chat format Instruction format x
Math Chat format x x
Physics Chat format x x
Chemistry Chat format x x
Biology Chat format x x

Visualizations of Instructions and Tasks

Dataset Instructions Tasks
AI Society Instructions Tasks
Code Instructions Tasks
Misalignment Instructions Tasks

About

A gpt assistant programming tool that is easy to use on notebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published