You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OPENAI_API_KEY="your_openai_api_key_here" # Optional, for OpenAI/OpenRouter models. Format: sk-proj-...
57
+
GOOGLE_API_KEY="your_google_api_key_here" # Optional, for Google Gemini models.
58
+
GEMINI_API_KEY="your_gemini_api_key_here"
59
+
MISTRAL_API_KEY="your_mistral_key_here" # Optional, for Mistral AI models.
60
+
XAI_API_KEY="YOUR_XAI_KEY_HERE" # Optional, for xAI AI models.
61
+
AZURE_OPENAI_API_KEY="your_azure_key_here" # Optional, for Azure OpenAI models (requires endpoint in .taskmaster/config.json).
62
+
OLLAMA_API_KEY="your_ollama_api_key_here" # Optional: For remote Ollama servers that require authentication.
63
+
GITHUB_API_KEY="your_github_api_key_here" # Optional: For GitHub import/export features. Format: ghp_... or github_pat_...
64
+
OPENROUTER_API_KEY="your_openrouter_api_key_here" # Optional: For OpenRouter models. Format: sk-proj-...
65
+
```
66
+
38
67
### Standard Workflow
39
68
40
69
1. **Initialize a new project** using the dedicated command.
@@ -152,7 +181,6 @@ TMAI-CLI
152
181
## ❤️ Acknowledgements & Contributing
153
182
154
183
This project would not have been possible without the **TaskMaster AI team**, as it is built entirely on their exceptional ecosystem.
155
-
156
184
We welcome contributions to improve the project! Whether you want to contribute to **TaskMaster AI Core** or **TaskMaster CLI**, feel free to make pull requests, report issues, or suggest new features.
0 commit comments