Fix CLI wallet balance to query blockchain database and add RPC account endpoint
This commit is contained in:
@@ -240,7 +240,6 @@ def ollama_task(ctx, gpu_id: str, model: str, prompt: str, temperature: float, m
|
||||
else:
|
||||
error(f"Failed to submit Ollama task: {response.status_code} {response.text}")
|
||||
except Exception as e:
|
||||
error(f"Ollama task submission failed: {e}")
|
||||
|
||||
|
||||
@gpu.command(name="pay")
|
||||
|
||||
Reference in New Issue
Block a user