feat: use default issue template when not available

This commit is contained in:
2025-02-22 14:21:30 +01:00
parent e6e5c9b04d
commit 7f6dd60b89
5 changed files with 36 additions and 3 deletions

View File

@ -14,6 +14,11 @@ CLEARCASE_AUTH_PROVIDERS_GITEA_PROFILE_URL=https://forge.cadoles.com/login/oauth
CLEARCASE_HTTP_SESSION_KEYS=abcdefghijklmnopqrstuvwxyz000000
# LLM Provider
# Example with ollama - llama3.1:8b :
# Example with ollama:
CLEARCASE_LLM_PROVIDER_BASE_URL="http://localhost:11434/api/"
CLEARCASE_LLM_PROVIDER_MODEL="llama3.1:8b"
# Example with OpenRouter
# CLEARCASE_LLM_PROVIDER_NAME=openrouter
# CLEARCASE_LLM_PROVIDER_KEY=<your_api_key>
# CLEARCASE_LLM_PROVIDER_BASE_URL=https://openrouter.ai/api/v1/
# CLEARCASE_LLM_PROVIDER_MODEL=meta-llama/llama-3.3-70b-instruct:free