feat: use default issue template when not available
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user