Kai
Kai
You can edit in file ***app/src/main/java/com/chatgptlite/wanted/models/TextCompletionsParam.kt***: ```kotlin data class TextCompletionsParam( @SerializedName("prompt") val promptText: String = "", @SerializedName("temperature") val temperature: Double = 0.9, @SerializedName("top_p") val topP: Double = 1.0, @SerializedName("n") val...
You need to create index in firestore, I'll update config step in README.md as soon as possible.
@trungdang29122000
@Iambiengcode
Hi @ardeshir-33033, You can use `Mesh`, `SFU` or `MCU` to implement multi participants in WebRTC. Learn more at [this](https://docs.waterbus.tech/webrtc)
You can take a look at [my repo](https://github.com/lambiengcode/webrtc-sandbox-flutter), but it no update since 3 years ago or search on the internet and I think you can get bunch of resources...
+1 same
- Try to remove `pubspec.lock`: ```bash rm -rf pubspec.lock ``` - Install Dependencies on `Android`: ```bash flutter pub get ``` on `iOS`: ```bash cd ios chmod +x clean-pods.sh ./clean-pods.sh ```