Skip to content

Commit

Permalink
Merge pull request #307 from sailaoda/master
Browse files Browse the repository at this point in the history
modify long-term url
  • Loading branch information
luyaxi authored Sep 10, 2024
2 parents 3a9bbb8 + 9dc2321 commit 43dbf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbench/inference/Downstream_tasks/rapidapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, query_json, tool_descriptions, retriever, args, process_id=0)
self.rapidapi_key = args.rapidapi_key
self.use_rapidapi_key = args.use_rapidapi_key
self.api_customization = args.api_customization
self.service_url = "http://47.99.174.162:8080/rapidapi"
self.service_url = "http://8.130.32.149:8080/rapidapi"
self.max_observation_length = args.max_observation_length
self.observ_compress_method = args.observ_compress_method
self.retriever = retriever
Expand Down

0 comments on commit 43dbf90

Please sign in to comment.