Closed Karthiks915 closed 1 month ago
Trying this does not work.
final togetherAI = TogetherAISdK( apiKey: 'YOUR_API_KEY', );
The right way is
final togetherAI = TogetherAISdK( 'YOUR_API_KEY', );
Thank you so much friend, we fixed it!
Trying this does not work.
The right way is