LangGraph_GAIA / config.py
BiGuan's picture
Update config.py
478b49c verified
Raw
History Blame Contribute Delete
288 Bytes
import os
LLM_BASE_URL = os.getenv("AGICTO_BASE_URL")
LLM_API_KEY = os.getenv("AGICTO_API_KEY")
VLM_MODEL_ID = os.getenv("VLM_MODEL_ID", "gpt-4-vision-preview") # 可选,用于视觉问答
ASR_MODEL_ID = os.getenv("ASR_MODEL_ID", "whisper-1") # 可选,用于语音识别