Dalton Pierce

Results 5 issues of Dalton Pierce

I'm attempting to use this package with laravel-medialibrary in order to upload my videos to Cloudinary. However, after a lot of digging around and logging, it seems that this package...

My application uses a Team model instead of the default User model in Cashier, however, your `RecordStripeEvent` class determines the auth model via: `$authModel = config('auth.providers.users.model') ?? config('auth.model');` Simply updating...

Currently the `NousResearch/Llama-2-7b-chat-hf` model appears to be running locally on my machine, which can take quite a while for long prompts. I'd like to use more AI-optimized hardware to speed...

question

## Summary Added PromptHub to `related_resources.md` "Prompting libraries" section ## Motivation PromptHub gives users a place to keep their prompts, track changes over time, collaborate with their team, as well...

I've implemented my Cloudinary storage provider to define custom `UploadApi` options, however these options are not making it to the Cloudinary upload request itself. I've traced this problem back to...