-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Question] Does is support Azure Open AI #218
Comments
Hi, can you try removing the log suppression line here and the following lines? And share what you see. Thanks! android_world/minimal_task_runner.py Line 36 in 87b49f4
|
(android_world) anuthakur@INBALD193845:~/Documents/android_world/android_env/android_world$ python3 minimal_task_runner.py --task=SystemBluetoothTurnOff I0210 11:23:49.034849 126638658484032 emulator_simulator.py:110] Connecting to existing emulator "'emulator-5554'" The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Any update? |
The emulator is not allowing you to set the datetime. This looks like the same issue you ran into in #198. You need to comment out this line:
|
Hi
I do not have access to open AI key's. However I have access to azure open AI keys. I have deployed a gpt4 in azure environment.
when I start the task
its get's stuck. Also what is the location of the log file.
The text was updated successfully, but these errors were encountered: