Update
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Helpers\FirstParty\AI\OpenAI;
|
||||
use App\Helpers\FirstParty\AI\RunwareAI;
|
||||
use Str;
|
||||
|
||||
class TestController extends Controller
|
||||
{
|
||||
@@ -24,4 +26,12 @@ public function writeMeme()
|
||||
|
||||
dd($meme_output);
|
||||
}
|
||||
|
||||
public function generateSchnellImage()
|
||||
{
|
||||
$uuid = Str::uuid();
|
||||
$image_url = RunwareAI::generateSchnellImage($uuid, 'office desk cluttered with papers and a computer', 1024, 1024);
|
||||
|
||||
dd($image_url);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user