Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() |
![]() ![]() |
Reputation | Support forum | Blog (1) | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2023-08-27 (6 months ago) ![]() | Not yet rated by the users | Total: 47 | All time: 10,669 This week: 92![]() |
Version | License | PHP version | Categories | |||
chatgpt 1.0.0 | MIT/X Consortium ... | 7 | Web services, Artificial intelligence, P... |
A Laravel Nova 4 ChatGPT Integration Tool combines Laravel Nova 4 with the ChatGPT API.
You can install the package into a Laravel app that uses Nova via composer:
composer require naif/chatgpt
Publish Model, Migration and Config files
php artisan vendor:publish --provider="Naif\Chatgpt\ToolServiceProvider"
Run Migrate
php artisan migrate
Add the below to .env file:
CHATGPT_NOVA4_API_KEY=###############
CHATGPT_NOVA4_MAX_TOKENS=1000
You can increase the tokens to get more text from ChatGPT response.
Add the tool to NovaServiceProvider.php
public function tools()
{
return [
new Chatgpt()
];
}
<img src="screenshots/dark-home.png" width="800">
<img src="screenshots/light-home.png" width="800">
<img src="screenshots/history.png" width="800">
<img src="screenshots/view.png" width="800">
naif@naif.io
https://naif.io
Bug Tracker:
https://github.com/naifalshaye/chatgpt-nova4/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 | ||
![]() ![]() |
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.