Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cs50victor/oogway_omega
https://github.com/cs50victor/oogway_omega
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cs50victor/oogway_omega
- Owner: cs50victor
- License: mit
- Created: 2024-04-08T22:56:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T19:53:44.000Z (9 months ago)
- Last Synced: 2024-12-14T19:44:35.069Z (about 1 month ago)
- Language: JavaScript
- Size: 23.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`