Skip to content

Commit

Permalink
Merge pull request #294 from sailaoda/master
Browse files Browse the repository at this point in the history
modify service url
luyaxi authored Aug 12, 2024
2 parents d878405 + 6a0af3f commit 48da348
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
@@ -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://8.218.239.54:8080/rapidapi"
self.service_url = "http://39.105.143.28:8080/rapidapi"
self.max_observation_length = args.max_observation_length
self.observ_compress_method = args.observ_compress_method
self.retriever = retriever

0 comments on commit 48da348

Please sign in to comment.