8000 GitHub - brainfo/vibepy: vibe coding with openai
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

brainfo/vibepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibepy

Talking to and running codes from open-ai.

It has context memory for all conversations in one session before exit.

Installation

pip install vibepy

Or if use uv

uv  pip install --no-cache vibepy==0.2.4

Usage

Have OPENAI_API_KEYS as one of your environment variables.

  1. Start the vibepy CLI, and have conversation with open-ai

    Default gpt-4o-mini

vibepy
  1. Specify model
vibepy --model gpt-4.1-mini
  1. 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

License

MIT License

About

vibe coding with openai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0