Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 2b1efcd

Browse files
authored
remove package information from the class
1 parent 1b5bb56 commit 2b1efcd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ChatBot.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package me.cjcrafter.gptassist
2-
31
import com.google.gson.GsonBuilder
42
import com.google.gson.JsonObject
53
import com.google.gson.JsonParser
@@ -166,4 +164,4 @@ open class ChatBot(private val apiKey: String) {
166164
json["total_tokens"].asInt
167165
)
168166
}
169-
}
167+
}

0 commit comments

Comments
 (0)