Stop being the product.
Become the owner.
or
sign uplog in

We made AI copilot for computational notebook using GPT4o 🤖

We deeply integrate an AI assistant to our notebook interface. It is free. It can evaluate, edit, comment on cells and write in multiple languages.

The general idea is to utilize OpenAI API functions, we implemented the following functions:

1. Get notebook structure (as json)
2. Get cell’s attributes (by uid)
3. Get cell’s content
4. Set cell’s content
5. Get current cell (as uid)
6. Make a request to Wolfram Alpha (knowledge base)
7. Create new cell after or before the given one by uid
8. Delete cell by uid

Combining it with ~3000 tokens initial system prompt giving the details of the notebook environment, used languages and libraries it works quite well as a sort of copilot.

Our project is open-source and free.

See more
WLJS Notebook Github: https://github.com/JerryI/wolfram-js-frontend Docs: https://jerryi.github.io/wljs-docs/
#technology #dev #programming
earnings
11,000 mlx total
$0  total
engagement
11 views
0 reactions
0 comments