-
Notifications
You must be signed in to change notification settings - Fork 201
Expand file tree
/
Copy pathconfig.conf.example
More file actions
executable file
·46 lines (40 loc) · 1.4 KB
/
config.conf.example
File metadata and controls
executable file
·46 lines (40 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Configuration File for WebAI-to-API Server
# -------------------------------------------
# ⚠️ Note: This file is *only* used by the WebAI-to-API server.
# It is NOT intended for use with gpt4free providers.
# --- Browser Settings ---
# Set the browser that will be used for any required operations.
# Only modify this section in most use cases.
# Supported options: chrome, firefox, brave, edge, safari
[Browser]
name = chrome
# --- AI Provider Settings ---
# Select the default AI service.
# Currently supported: gemini
[AI]
default_ai = gemini
# --- Gemini Model Configuration ---
# Choose the model to be used when Gemini is selected as the AI.
# Available models (gemini-webapi >= 2.0.0):
# - gemini-3-pro
# - gemini-3-flash
# - gemini-3-flash-thinking
# - unspecified (use account default)
default_model_gemini = gemini-3-flash
# --- Gemini Cookies ---
# Provide your authentication cookies for Gemini here.
# You can either paste them manually or log in via browser to generate them.
[Cookies]
gemini_cookie_1psid =
gemini_cookie_1psidts =
# --- AI Services Toggle ---
# Enable or disable specific AI providers.
# Use "true" to enable and "false" to disable.
[EnabledAI]
gemini = true
# --- Proxy Configuration ---
# The app, use this proxy to connect gemini servers.
# Its usefull to fix errors like 403 or restricted connections
# Example: http_proxy = http://127.0.0.1:2334
[Proxy]
http_proxy =