anderson-ufrj
Claude
commited on
Commit
·
f0ae540
1
Parent(s):
7a47fb6
docs: add MARITACA_API_KEY to environment variables template
Browse filesAdd Maritaca AI API key configuration to .env.example for
Carlos Drummond agent's conversational AI capabilities using
Sabiazinho-3 model.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
- .env.example +1 -0
.env.example
CHANGED
|
@@ -24,6 +24,7 @@ TRANSPARENCY_API_KEY=your-transparency-api-key-here
|
|
| 24 |
# AI/LLM Providers
|
| 25 |
GROQ_API_KEY=your-groq-api-key-here
|
| 26 |
OPENAI_API_KEY=your-openai-api-key-here
|
|
|
|
| 27 |
|
| 28 |
# Vector Database (if using external ChromaDB)
|
| 29 |
CHROMADB_HOST=localhost
|
|
|
|
| 24 |
# AI/LLM Providers
|
| 25 |
GROQ_API_KEY=your-groq-api-key-here
|
| 26 |
OPENAI_API_KEY=your-openai-api-key-here
|
| 27 |
+
MARITACA_API_KEY=your-maritaca-api-key-here
|
| 28 |
|
| 29 |
# Vector Database (if using external ChromaDB)
|
| 30 |
CHROMADB_HOST=localhost
|