update to 0.3.5

support ai chat
This commit is contained in:
jack ning
2024-08-06 08:18:01 +08:00
parent f1214442c5
commit 318da99fc2
1023 changed files with 31537 additions and 8598 deletions

View File

@@ -0,0 +1,13 @@
package com.bytedesk.kbase;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class KbaseApplicationTests {
@Test
void contextLoads() {
}
}