Spaces:
Sleeping
Sleeping
refresh
Browse files
client.py
CHANGED
|
@@ -23,7 +23,7 @@ class SWEbenchINEnv(
|
|
| 23 |
Each client instance has its own dedicated environment session.
|
| 24 |
|
| 25 |
Example:
|
| 26 |
-
>>> with SWEbenchINEnv(base_url="http://localhost:
|
| 27 |
... result = client.reset()
|
| 28 |
... print(result.observation.text)
|
| 29 |
...
|
|
|
|
| 23 |
Each client instance has its own dedicated environment session.
|
| 24 |
|
| 25 |
Example:
|
| 26 |
+
>>> with SWEbenchINEnv(base_url="http://localhost:7860") as client:
|
| 27 |
... result = client.reset()
|
| 28 |
... print(result.observation.text)
|
| 29 |
...
|