mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 11:41:28 +00:00
* initial telemetry * fixed segment bugs * Move telemetry impl to submodule, add more actions * Replace privacy policy link, minor refactoring --------- Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
3 lines
83 B
Kotlin
3 lines
83 B
Kotlin
rootProject.name = "CodeGPT"
|
|
include("codegpt-core")
|
|
include(":codegpt-telemetry")
|