API Key Issues
This documentation has been deprecated and moved to the GL SDK Gitbook
How do I fix Error executing pipeline: Error executing component StuffResponseSynthesizer
?
Error executing pipeline: Error executing component StuffResponseSynthesizer
?Check your .env
file (if you already ran local-start.sh
, it is auto-generated). You might have provided invalid OPENAI_API_KEY
and/or LANGUAGE_MODEL
.
# GDP Labs Gen AI Hello World Example
# Please edit the following variables with your own values.
OPENAI_API_KEY =<YOUR_OPENAI_API_KEY> # Get your OpenAI API key from https://platform.openai.com/api-keys
LANGUAGE_MODEL =<VALID_OPENAI_LANGUAGE_MODEL_NAME> # e.g. "gpt-3.5-turbo", "gpt-4o-mini", "gpt-4o"
Last updated