GemAI_Backend / .env.example
Aasher's picture
Update the project to use a real-time Amazon products API instead of a vector store. Improve the prompt to handle updated tool
ad5d74e
raw
history blame contribute delete
293 Bytes
RAPIDAPI_KEY=<your-rapidapi-key>
SEARCH_API_URL=<amazon-search-api-url>
RAPIDAPI_HOST=<amazon-search-api-host>
REDIS_URL=<your-upstash-redis-url>
GROQ_API_KEY=<your-groq-api-key>
CO_API_KEY=<your-cohere-api-key>
GOOGLE_API_KEY=<your-google-api-key>
OS_SECURITY_KEY=<your-agno-security-key>