Skip to content

Commit bae47be

Browse files
committed
docs: update todos
1 parent 2fd358e commit bae47be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ AutoDev 处理过程:
9191
- [ ] Explain code by selection
9292
- [ ] Check API quality
9393
- [ ] API Specs for LLM
94-
- [ ] Custom LLM Server
94+
- [x] Custom LLM Server
9595

9696
## Development
9797

src/main/kotlin/cc/unitmesh/devti/connector/custom/CustomConnector.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CustomConnector : CodeCopilot {
3939

4040
private val logger = Logger.getInstance(CustomConnector::class.java)
4141

42-
fun prompt(instruction: String, input: String): String {
42+
private fun prompt(instruction: String, input: String): String {
4343
val body = okhttp3.RequestBody.create(
4444
okhttp3.MediaType.parse("application/json; charset=utf-8"),
4545
"""

0 commit comments

Comments
 (0)