Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() |
![]() ![]() |
Reputation | Support forum | Blog (1) | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2023-07-02 (7 months ago) ![]() | Not yet rated by the users | Total: 112 This week: 1 | All time: 9,573 This week: 79![]() |
Version | License | PHP version | Categories | |||
chatgpt-seeder 1.0.0 | MIT/X Consortium ... | 5 | PHP 5, Databases, Artificial intellig... |
You can install the package into a Laravel app that uses Nova 4 via composer:
composer require naif/chatgpt-seeder
Publish the package's configuration file
php artisan vendor:publish --provider="Naif\ChatgptSeeder\ToolServiceProvider"
Add the below to .env file:
CHATGPT_SEEDER_API_KEY= (OpenAI API Key)
CHATGPT_SEEDER_MAX_TOKENS=1000
CHATGPT_SEEDER_GENERATE_RETRY=3
Add the tool to NovaServiceProvider.php
public function tools()
{
return [
new ChatgptSeeder()
];
}
ChatGPT Seeder's configuration file, located at config/chatgpt-seeder.php\ Allows you to set and customize:
1- Access ChatGPT Seeder Tool from the Laravel Nova dashboard.\ 2- Fill in the required information, such as: - Data type (Real or Fake) - Table Name - Number of Records - Data Required Description - Select any nullable columns.
3- Click the "Generate" button to initiate the data generation process.\ 4- Data Preview will show up displaying the first 8 records.\ 5- Click Proceed to insert data to table, or click on Regenerate again until you are satisfied with the result.
<img src="screenshots/home.png" width="800"> <img src="screenshots/preview.png" width="800">
naif@naif.io
https://naif.io
Bug Tracker:
https://github.com/naifalshaye/chatgpt-seeder/issues
The MIT License (MIT). Please see License File for more information.
Screenshots | ||
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Doc. | Documentation | ||
![]() ![]() |
Data | Auxiliary data |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.