YUS200619 commited on
Commit
4dfc26d
·
1 Parent(s): 190b591
Files changed (1) hide show
  1. client.py +1 -1
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:8000") as client:
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
  ...