nirmato ollama
1.0.0
ไคลเอนต์ Ollama API อย่างไม่เป็นทางการสำหรับ Kotlin หลายแพลตฟอร์ม
การใช้งานเป็นไปตามคำจำกัดความของ OpenAPI Ollama API ที่อธิบายไว้ใน Ollama API Docs
คำเตือน
Nirmato-ollama อยู่ระหว่างการพัฒนา
รายงานปัญหาหรือข้อบกพร่องในพื้นที่เก็บข้อมูล GitHub
แพลตฟอร์มเป้าหมาย | เป้าหมายที่ตั้งไว้ล่วงหน้า |
---|---|
คอตลิน/JVM |
|
Kotlin/WasmJS |
|
คอตลิน/JS |
|
ลินุกซ์ |
|
MingwX64 |
|
ไอโอเอส |
|
แมคโอเอส |
|
WatchOS |
|
ทีวีโอเอส |
|
เวอร์ชัน | โอลามา API |
---|---|
1.0.x | 0.3.3 |
<1.0.0 | 0.3.3 |
val ollama = OllamaClient {
logging = LoggingConfig (logLevel = LogLevel . All )
timeout = TimeoutConfig (socket = 30 .seconds)
host = OllamaHost . Local
retry = RetryStrategy ( 0 )
engine = CIO .create()
}
val response = ollama.completion {
model = " tinyllama "
prompt = " Why is the sky blue? "
}
repositories {
maven {
name = " GitHub Apache Maven Packages "
url = uri( " https://maven.pkg.github.com/nirmato/nirmato-ollama " )
}
}
build.gradle.kt
dependencies {
implementation( " org.nirmato.ollama:nirmato-ollama-client:VERSION " )
}
settings.xml
ของคุณ < repositories >
< repository >
< id >github</ id >
< name >GitHub Apache Maven Packages</ name >
< url >https://maven.pkg.github.com/nirmato/nirmato-ollama</ url >
< releases >
< enabled >true</ enabled >
</ releases >
< snapshots >
< enabled >false</ enabled >
</ snapshots >
</ repository >
</ repositories >
< dependency >
< groupId >org.nirmato.ollama</ groupId >
< artifactId >nirmato-ollama-client-[jvm]</ artifactId >
< version >VERSION</ version >
</ dependency >
โปรดส่งคำขอดึง ยินดีบริจาค!
JetBrains สำหรับสร้าง Kotlin
ซอร์สโค้ดได้รับการเผยแพร่ภายใต้ Apache License 2.0