mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-10-04 12:26:31 +08:00
16 lines
398 B
Plaintext
16 lines
398 B
Plaintext
# LLM Config
|
|
REASONING_MODEL:
|
|
model: "gemini-2.0-flash"
|
|
api_key: xxxx
|
|
base_url: https://generativelanguage.googleapis.com/v1beta/openai/
|
|
|
|
BASIC_MODEL:
|
|
model: "gemini-2.0-flash"
|
|
api_key: xxxx
|
|
base_url: https://generativelanguage.googleapis.com/v1beta/openai/
|
|
|
|
VISION_MODEL:
|
|
model: "gemini-2.0-flash"
|
|
api_key: xxxx
|
|
base_url: https://generativelanguage.googleapis.com/v1beta/openai/
|