Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cs50victor/oogway_omega


https://github.com/cs50victor/oogway_omega

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# oogway ai

> get profound knowledged from master oogway 😔

![oogway](./assets/headshot.jpg)

## Run

`OPENAI_API_KEY= c r --bin cli`

https://github.com/cs50victor/oogway_ai/assets/52110451/9eaf199d-bffc-449e-a3fa-33e23a66ed33

## develop / publish python package

- `maturin develop -m py/Cargo.toml`
- increment version in py/Cargo.toml
- create a GitHub release with the same semver version

## develop / publish javascript package

- for new minor releaseses - `cd js && npm version patch`
- `git add .`
- `git commit -m ""`
- `git push`