We have detected that you are using AdBlock.

Please disable it for this site to continue.

Aikeedo AI - AI Chat, Content, Image, Voice, Code - SaaS - OpenAI, Claude, StabilityAI, ElevenLabs

Aikeedo AI - AI Chat, Content, Image, Voice, Code - SaaS - OpenAI, Claude, StabilityAI, ElevenLabs v3.9.0 Nulled

- FIX: Various minor bug fixes
- NEW: LaTeX support for mathematical formulas
- NEW: Implement member count limit (member cap) in workspaces based on plan
- NEW: Implement workspace count limit (workspace cap) globally and per user
- NEW: Add workspace usage log in app
- NEW: Develop admin analytics module
- NEW: Enable training assistants with PDF, DOCS, JSON, and other text-based files
- NEW: Implement capability to train assistants with web pages
- ENHANCEMENT: Copy and paste images directly from clipboard in chat interface
- ENHANCEMENT: Update Claude 3.5 Sonnet model to the latest version
- FIX: Unable to hide classifications even when the feature is disabled
- FIX: Avatars cannot generate initials for non-English characters
- FIX: Files are not being deleted when library item is removed
- FIX: Action buttons in the "Getting Started" section are not clickable on mobile
- FIX: Users are not auto-joining the invited workspace when email verification policy is set to strict
- FIX: 'instrumental' parameter must be a boolean in Composer tool
- FIX: Document titles are not being generated in languages other than English
- FIX: Code outputs in chat breaking mobile UI
- FIX: Mobile version lacks button to invite participants to workspace
- BUG: Cancelled subscription ends immediately instead of remaining active until end of billing cycle
- FIX: Composer tool returning timeout error
- FIX: Icons not visible on mobile landing page
- FIX: Claude Haiku model incorrectly calling file analysis capability when no file is uploaded

Version 2.7.3​

- Fixed: Corrected rendering of very small values on the credit ratios page
- Fixed: Resolved issue with tracking referral signups when using third-party login buttons
- Improved: Implemented various code optimizations and enhancements
Version 2.7.2 / 05 Sep, 2024

- FIX: Resolved extra query input issue in the writer tool.
- FIX: Fixed 500 error occurring when selecting a currency other than USD.
- FIX: Removed unnecessary source files from the zip archive.(files starting with "._" symbols). Utilize the following terminal command to remove these files from your server:

```
find . -name '._*' -exec rm -rf {} +
```

Update Instructions:
- If you are unable to access the admin due to the 500 error, update the following files and clear the app cache:

- resources/views/templates/app/writer.twig
- src/Billing/Infrastructure/Currency/Exchange.php
- src/Billing/Infrastructure/Currency/RateProviders/NullRateProvider.php
- src/Presentation/RequestHandlers/Admin/SettingsRequestHandler.php
- src/Shared/Domain/ValueObjects/CurrencyCode.php
- /VERSION
Password:

CHANGE LOG:
- NEW: Azure TSS integration
- NEW: Voice management module
- NEW: Multi currency support
- NEW: Voiceover language filter
- NEW: New admin controls for features
- Set default language for Writer
- Set default model for Imagine
- Control imagine models globally
- Control voice over models globally
- Control chat models globally
- Set default model for Chat
- FIX: Various minor bug fixes and improvements
Password:


Version 1.4.3 / 19 Jan, 2024

CHANGE LOG:
- BUGFIX: Unable to download generated voices

UPDATE INSTRUCTION:
Update following files and clear the cache:

- /public/assets/app.js
- /public/assets/app.js.map
- /resources/views/templates/app/voiceover.twig
- /VERSION

- /resources/assets/js/app/voiceover.js
Password:

Version 1.4.0 / 25 Dec, 2023

CHANGE LOG:
- NEW: StabilityAI integration (text to image feature only)
- NEW: Clipdrop integration (text to image feature only)
- NEW: Clear cache directly from admin UI
- NEW: Enable/Disable caching directly from admin UI
- NEW: Enable/Disable debug mode directly from admin UI
- NEW: Email verification system with 3 different policy: None, Relaxed, Strict
- NEW: Google reCAPTCHA
- NEW: Show Social Media Accounts, Business name and address on the footer
- NEW: Api reference (Postman Collection)
- ENHANCEMENT: Enhancements to the localization.
- ENHANCEMENT: General enhancements to the imagine tool.
- ENHANCEMENT: Landing page speed optimizations
- BUGFIX: Payment gateways' status are now properly applied to the checkout UI
- BUGFIX: Ai Writer responds in English only.
- BUGFIX: Several other minor bugs fixed.

UPDATE INSTRUCTION:
- Update all files
- Import following SQL:

ALTER TABLE user ADD is_email_verified TINYINT(1) DEFAULT NULL, ADD email_verification_token VARCHAR(255) DEFAULT NULL
Top