We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93c496 commit 6a9d6e5Copy full SHA for 6a9d6e5
app/src/main/java/com/chatgptlite/wanted/constants/Constants.kt
@@ -8,4 +8,5 @@ const val urlToAvatarGPT = "https://gptapk.com/wp-content/uploads/2023/02/chatgp
8
const val urlToGithub = "https://github.com/lambiengcode"
9
10
const val matchResultString = "\"text\":"
11
-const val matchResultTurboString = "\"content\":"
+const val matchResultTurboString = "\"content\":"
12
+var documentPath = ""
0 commit comments