migrate to gitea
This commit is contained in:
17
app/src/androidTest/java/eu/gaudian/translator/TestConfig.kt
Normal file
17
app/src/androidTest/java/eu/gaudian/translator/TestConfig.kt
Normal file
@@ -0,0 +1,17 @@
|
||||
@file:Suppress("HardCodedStringLiteral")
|
||||
|
||||
package eu.gaudian.translator
|
||||
|
||||
object TestConfig {
|
||||
// REPLACE with your actual API Key for the test
|
||||
const val API_KEY = "YOUR_REAL_API_KEY_HERE"
|
||||
|
||||
// Set to true if you want to see full log output in Logcat
|
||||
const val ENABLE_LOGGING = true
|
||||
|
||||
// Optional: If your ApiManager requires a specific provider (e.g., "Mistral", "OpenAI")
|
||||
const val PROVIDER_NAME = "Mistral"
|
||||
|
||||
// Optional: If you need to override the Base URL
|
||||
const val BASE_URL = "https://api.mistral.ai/"
|
||||
}
|
||||
Reference in New Issue
Block a user