halilcosdu / laravel-chatbot

★ Integrate OpenAI's powerful GPT models into your Laravel projects with this easy-to-use chatbot package, enhancing user engagement and automation.
MIT License
44 stars 5 forks source link

Update model property type #16

Closed rashidlaasri closed 4 months ago

rashidlaasri commented 4 months ago

The model property is not an instance of Model, both the config file and this line return string

HalilCosdu\ChatBot\Models\Thread::class

Which causes this error:

Cannot assign string to property HalilCosdu\ChatBot\Services\ChatBotService::$model of type ?Illuminate\Database\Eloquent\Model

This PR fixes it.

rashidlaasri commented 4 months ago

@halilcosdu Can we please tag a new release because it's currently failing without this PR?

halilcosdu commented 4 months ago

Of course .