[Question]: How to solve the "Config not found for the google custom endpoint" error #5071
-
What is your question?I built an agent with the agent builder and I don't understand why it responds with a generic error every time. The agent returns a generic error message: "Something went wrong. Here's the specific error message we encountered: An error occurred while processing your request. Please contact the Admin.". The error logs show the message: "Config not found for the google custom endpoint". Standard Google models (non-agent) respond correctly. I tried changing the agent model to non-experimental Google models, but the error persists. I have attached the .env and librechat.yaml files, and the content of the error log file. I have searched extensively on Google but I can't find a solution to my problem. Thanks in advance. More DetailsError logs:
librechat.yaml:
.env: LibreChat Configuration#=====================================================================# Please refer to the reference documentation for assistancewith configuring your LibreChat environment.https://www.librechat.ai/docs/configuration/dotenv#=====================================================================# #==================================================# Server Configuration#==================================================# HOST=localhost MONGO_URI=mongodb://127.0.0.1:27017/LibreChat DOMAIN_CLIENT=https://my.domain NO_INDEX=true #===============# JSON Logging#===============# Use when process console logs in cloud deployment like GCP/AWSCONSOLE_JSON=false #===============# Debug Logging#===============# DEBUG_LOGGING=true #=============# Permissions#=============# #UID=1000 #===============# Configuration#===============# Use an absolute path, a relative path, or a URLCONFIG_PATH="/alternative/path/to/librechat.yaml"#===================================================# Endpoints#===================================================# ENDPOINTS=openAI,assistants,azureOpenAI,bingAI,google,gptPlugins,anthropicENDPOINTS=google,agents PROXY= #===================================# Known Endpoints - librechat.yaml#===================================# https://www.librechat.ai/docs/configuration/librechat_yaml/ai_endpointsANYSCALE_API_KEY=APIPIE_API_KEY=COHERE_API_KEY=DEEPSEEK_API_KEY=DATABRICKS_API_KEY=FIREWORKS_API_KEY=GROQ_API_KEY=HUGGINGFACE_TOKEN=MISTRAL_API_KEY=OPENROUTER_KEY=PERPLEXITY_API_KEY=SHUTTLEAI_API_KEY=TOGETHERAI_API_KEY=UNIFY_API_KEY=XAI_API_KEY=#============# Anthropic#============# ANTHROPIC_API_KEY=user_provided ANTHROPIC_MODELS=claude-3-5-haiku-20241022,claude-3-5-sonnet-20241022,claude-3-5-sonnet-latest,claude-3-5-sonnet-20240620,claude-3-opus-20240229,claude-3-sonnet-20240229,claude-3-haiku-20240307,claude-2.1,claude-2,claude-1.2,claude-1,claude-1-100k,claude-instant-1,claude-instant-1-100kANTHROPIC_REVERSE_PROXY=#============# Azure#============# Note: these variables are DEPRECATEDUse the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Agents do not support Google models yet. They will be supported by the end of this coming week. |
Beta Was this translation helpful? Give feedback.
-
Okay! thank yoy |
Beta Was this translation helpful? Give feedback.
Agents do not support Google models yet. They will be supported by the end of this coming week.