fix: restore missing OpenRouter free models in HTML dropdowns
This commit is contained in:
@@ -171,3 +171,11 @@ subprojects {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
|
||||
task exportAllLibs(type: Copy) {
|
||||
into 'all-exported-libs'
|
||||
subprojects {
|
||||
from(it.configurations.findByName('runtimeClasspath'))
|
||||
}
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user