https://github.com/flock4h/ruckus
Interactive AI implementation, generates and runs Python codes
https://github.com/flock4h/ruckus
Last synced: 4 months ago
JSON representation
Interactive AI implementation, generates and runs Python codes
- Host: GitHub
- URL: https://github.com/flock4h/ruckus
- Owner: FLOCK4H
- License: mit
- Created: 2024-02-29T02:06:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T17:42:31.000Z (over 1 year ago)
- Last Synced: 2025-01-11T08:51:27.228Z (5 months ago)
- Language: Python
- Size: 6.17 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruckus - Interactive AI implementation
Generates and runs Python codes# Setup
```
$ pip install openai PySide6 requests datetime
```
The use of GPT models requires `your OpenAI API key in app's source code (line: 29; api_key='')` - You need to edit Ruckus.py
```
$ python Ruckus.py
```This project is focused on exploring AI flexibility in normal-day tasks,
Ruckus will generate the code which System will aim to execute and return response.# Examples




## The quality of the output depends on the chosen model, this is a snake game made by ChatGPT-3:

`To change the model simply edit line 242; model = "gpt-3.5-turbo"`
## Model list: https://platform.openai.com/docs/guides/text-generation