Skip to content

Commit 48da348

Browse files
authored
Merge pull request #294 from sailaoda/master
modify service url
2 parents d878405 + 6a0af3f commit 48da348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolbench/inference/Downstream_tasks/rapidapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(self, query_json, tool_descriptions, retriever, args, process_id=0)
6161
self.rapidapi_key = args.rapidapi_key
6262
self.use_rapidapi_key = args.use_rapidapi_key
6363
self.api_customization = args.api_customization
64-
self.service_url = "http://8.218.239.54:8080/rapidapi"
64+
self.service_url = "http://39.105.143.28:8080/rapidapi"
6565
self.max_observation_length = args.max_observation_length
6666
self.observ_compress_method = args.observ_compress_method
6767
self.retriever = retriever

0 commit comments

Comments
 (0)