forked from Shinonome/dots-hyprland
shorter
This commit is contained in:
@@ -174,7 +174,7 @@ class GeminiService extends Service {
|
||||
this._key = keyValue;
|
||||
Utils.writeFile(this._key, KEY_FILE_LOCATION)
|
||||
.then(this.emit('hasKey', true))
|
||||
.catch(err => print(err));
|
||||
.catch(print);
|
||||
}
|
||||
|
||||
get cycleModels() { return this._cycleModels }
|
||||
|
||||
@@ -177,7 +177,7 @@ class GPTService extends Service {
|
||||
this._key = keyValue;
|
||||
Utils.writeFile(this._key, this._key_file_location)
|
||||
.then(this.emit('hasKey', true))
|
||||
.catch(err => print(err));
|
||||
.catch(print);
|
||||
}
|
||||
|
||||
get temperature() { return this._temperature }
|
||||
|
||||
Reference in New Issue
Block a user