improve terminal colorscheme readability

This commit is contained in:
end-4
2024-04-13 15:07:31 +07:00
parent 5c1b734f08
commit 8941a55417
3 changed files with 3 additions and 3 deletions
-1
View File
@@ -298,7 +298,6 @@ class GeminiService extends Service {
// "key": this._key,
// "apiKey": this._key,
};
const proxyResolver = new Gio.SimpleProxyResolver({ 'default-proxy': userOptions.ai.proxyUrl });
const session = new Soup.Session({ 'proxy-resolver': proxyResolver });
const message = new Soup.Message({
-1
View File
@@ -245,7 +245,6 @@ class GPTService extends Service {
// temperature: 2, // <- Nuts
stream: true,
};
const proxyResolver = new Gio.SimpleProxyResolver({ 'default-proxy': userOptions.ai.proxyUrl });
const session = new Soup.Session({ 'proxy-resolver': proxyResolver });
const message = new Soup.Message({