Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server挂了 #293

Open
farawayxxx opened this issue Aug 1, 2024 · 9 comments
Open

Server挂了 #293

farawayxxx opened this issue Aug 1, 2024 · 9 comments

Comments

@farawayxxx
Copy link

MaxRetryError: HTTPConnectionPool(host='8.218.239.54', port=8080): Max retries exceeded with url: /rapidapi (Caused by
ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7fd9977ed990>, 'Connection to 8.218.239.54 timed out.
(connect timeout=15)'))

@wwfnb
Copy link

wwfnb commented Aug 1, 2024

+1 HTTPConnectionPool(host='8.218.239.54', port=8080): Max retries exceeded with url: /rapidapi (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f7cdad71720>, 'Connection to 8.218.239.54 timed out. (connect timeout=None)'))

@kingb12
Copy link

kingb12 commented Aug 2, 2024

Also seeing issues connecting to this server

@Mrlyk423
Copy link

Mrlyk423 commented Aug 3, 2024

We are working to fix the server now. Please wait for some time.

@itshuey
Copy link

itshuey commented Aug 3, 2024

Is it possible to receive a rapidapi key during this time? I am planning on hosting the server locally.

@skzhang1
Copy link

skzhang1 commented Aug 4, 2024

Is it possible to receive a rapidapi key during this time? I am planning on hosting the server locally.

The same question here.. The provided rapid API seems have some problems. Can you provide an instructions to illustrate the way of getting a Rapidapi key that could access to the API available in this benchmark? Thanks

@zkx06111
Copy link

zkx06111 commented Aug 5, 2024

Any guide for building our own server/obtaining an API key that works would be helpful.

@itshuey
Copy link

itshuey commented Aug 5, 2024

@zkx06111 I was able to build a local copy from the link in their repository. However, it requires you to sign up for rapidapi and manually subscribe to each API. For example, for the cocktail API, you need to subscribe here to get an api key, put the key into the rapidapi_keys.txt, and then start the server. You can then use the following query to test that it is running correctly:

curl -X POST "http://0.0.0.0:8080/rapidapi" -H "Content-Type: application/json" -d '{
"category": "Food",
"tool_name": "Cocktail",
"api_name": "Receive the cocktail data",
"tool_input": "{"cocktail_name": "blood"}",
"strip": "filter",
"toolbench_key": "setyourownuserkeyheresoyoucandistributetootherpeople"
}

By hosting the ToolBench server, OpenBMB essentially handles the subscriptions for us, which saves a lot of work. Hope the server can be fixed soon and thanks for the hard work!

@skzhang1
Copy link

skzhang1 commented Aug 5, 2024

Anyone can provide a Rapidapi key subscribing all tools in the benchmark? Really appreciate it!

@quocthai9120
Copy link

quocthai9120 commented Aug 7, 2024

Hi @Mrlyk423 , thanks for spending efforts to fix the server! Do you have some eta of when the server will be available again? We want to do some benchmark using the evaluation sets from ToolBench, so it would be very nice to have the server alive. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants