Add Kimi 2 Model
This commit is contained in:
parent
82c552939c
commit
fd03c1ca81
@ -75,6 +75,7 @@ enum AIProvider: String, CaseIterable {
|
||||
case .groq:
|
||||
return [
|
||||
"llama-3.3-70b-versatile",
|
||||
"moonshotai/kimi-k2-instruct",
|
||||
"llama-3.1-8b-instant",
|
||||
"qwen/qwen3-32b",
|
||||
"meta-llama/llama-4-maverick-17b-128e-instruct"
|
||||
|
||||
@ -6,7 +6,6 @@ class PolarService {
|
||||
private let apiToken = "Token"
|
||||
private let baseURL = "https://api.polar.sh"
|
||||
|
||||
|
||||
struct LicenseValidationResponse: Codable {
|
||||
let status: String
|
||||
let limit_activations: Int?
|
||||
@ -195,4 +194,4 @@ enum LicenseError: Error, LocalizedError {
|
||||
return "This license does not require activation."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user