Changes
1 changed files (+1/-1)
-
-
@@ -16,7 +16,7 @@ def nl(line, testing=False):"model": "gemma3:27b", "system": "Translate this request directly into SageMath code. Be very concise and don't output Markdown code blocks or anything extraneous, only output the raw SageMath code. Make sure it's valid SageMath syntax!", "prompt": line, "stream": false "stream": False }) code = r.json()["response"] print(code)
-