8dc236fe创建于 2025年11月22日历史提交
# 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-1.5-flash
# - gemini-2.0-flash
# - gemini-2.0-flash-thinking
# - gemini-2.0-flash-thinking-with-apps
# - gemini-2.5-pro
# - gemini-2.5-flash
# - gemini-3.0-pro
default_model_gemini = gemini-3.0-pro

# --- 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 =