Skip to content

Commit

Permalink
Testing spotlessApply action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomascayuelas committed Nov 16, 2023
1 parent 558080c commit 1841316
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
spotless:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write

steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ConversationSpec :
"memories should have the correct size in the vector store" {
val conversationId = ConversationId(UUID.generateUUID().toString())

val model = TestModel(modelType = ModelType.ADA)
val model = TestModel(modelType = ModelType.ADA)

val scope =
Conversation(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ class DiffSummary(
private val client = HttpClient {}

private val summarize =




Summarize(model = chat, scope = scope, summaryLength = SummaryLength.Bound(3000))

private val logger: KLogger = KotlinLogging.logger {}
Expand Down

0 comments on commit 1841316

Please sign in to comment.