Talking to and running codes from open-ai.
It has context memory for all conversations in one session before exit.
pip install vibepy
Or if use uv
uv pip install --no-cache vibepy==0.2.4
Have OPENAI_API_KEYS as one of your environment variables.
-
Start the vibepy CLI, and have conversation with open-ai
Default gpt-4o-mini
vibepy
- Specify model
vibepy --model gpt-4.1-mini
- automatically run the returned code blocks:
vibepy -e
This will automatically run the returned code blocks once and present again a user input prompt.
If the execution returns errors,
You can then either
- press any key, or add say anything (add information) to continue, then it will catch the error messages and input to the model to debug until 5 times
- press q to quit
MIT License