export OPENAI_API_KEY=YOUR-REAL-API-KEY
export OPENAI_MODEL_NAME=gpt-4o
export OPENAI_BASE_URL=https://api.deepseek.com
export OPENAI_MODEL_FEATURES=tools
this tells ai-powered
to use tools to get a strctured response.
or just:
export OPENAI_MODEL_FEATURES=
this tells ai-powered
to use normal chat mode to get a structured response.
All features definition can be found here