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
Copy file name to clipboardExpand all lines: scripts/extension_ai_analysis.py
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,6 @@
30
30
INFERENCE_RESPONSE_PER_MINUTE_LIMIT=10# slow down to not exceed token per minute (tpm) limit
31
31
INFERENCE_MAX_CHARACTERS=400000# max characters in all files provided to the model, approximately 100k tokens
32
32
33
-
print(f"Using inference server: {INFERENCE_URL} with model: {INFERENCE_MODEL}, with API key: {'*'* (len(INFERENCE_API_KEY)-3) +INFERENCE_API_KEY[-3:]} ")
34
-
35
33
QUESTIONS= [
36
34
["Is there a EXTENSION_DESCRIPTION variable in the CMakeLists.txt file that describes what the extension does in a few sentences that can be understood by a person knowledgeable in medical image computing?", ["cmake"]],
37
35
["Does the README.md file contain a short description, 1-2 sentences, which summarizes what the extension is usable for?", ["doc"]],
0 commit comments