All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmTest.com.aallam.openai.client.internal.Env.kt Maven / Gradle / Ivy

There is a newer version: 4.0.0-beta01
Show newest version
package com.aallam.openai.client.internal

internal actual fun env(name: String): String? {
    return System.getenv(name)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy