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 2fd358e commit bae47beCopy full SHA for bae47be
README.md
@@ -91,7 +91,7 @@ AutoDev 处理过程:
91
- [ ] Explain code by selection
92
- [ ] Check API quality
93
- [ ] API Specs for LLM
94
-- [ ] Custom LLM Server
+- [x] Custom LLM Server
95
96
## Development
97
src/main/kotlin/cc/unitmesh/devti/connector/custom/CustomConnector.kt
@@ -39,7 +39,7 @@ class CustomConnector : CodeCopilot {
39
40
private val logger = Logger.getInstance(CustomConnector::class.java)
41
42
- fun prompt(instruction: String, input: String): String {
+ private fun prompt(instruction: String, input: String): String {
43
val body = okhttp3.RequestBody.create(
44
okhttp3.MediaType.parse("application/json; charset=utf-8"),
45
"""
0 commit comments