We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd154d4 commit 08f2c2cCopy full SHA for 08f2c2c
.github/workflows/extension-ai-analysis.yml
@@ -11,7 +11,6 @@ concurrency:
11
jobs:
12
ai-analysis:
13
runs-on: ubuntu-latest
14
- environment: ai-analysis # 👈 requires approval from slicer-developer to avoid exposing secret (API key)
15
permissions:
16
contents: read
17
pull-requests: write
scripts/extension_ai_analysis.py
@@ -19,7 +19,7 @@
19
# It offers capable models for free with an OpenAI-compatible API.
20
INFERENCE_URL = "https://inference.nebulablock.com/v1/chat/completions"
21
INFERENCE_MODEL = "mistralai/Mistral-Small-3.2-24B-Instruct-2506"
22
-INFERENCE_RESPONSE_PER_MINUTE_LIMIT = 3
+INFERENCE_RESPONSE_PER_MINUTE_LIMIT = 5
23
INFERENCE_API_KEY = os.getenv("NEBULA_API_KEY")
24
25
QUESTIONS = [
0 commit comments