Spaces:
Running
Running
File size: 310 Bytes
61bb677 | 1 2 3 4 5 6 | with open('src/free_claude_code/providers/nvidia_nim/client.py', 'r', encoding='utf-8') as f:
code = f.read()
code = code.replace('timeout=config.timeout_s', 'timeout=config.http_read_timeout')
with open('src/free_claude_code/providers/nvidia_nim/client.py', 'w', encoding='utf-8') as f:
f.write(code)
|