ray-project / ray-llm

RayLLM - LLMs on Ray
https://aviary.anyscale.com
Apache License 2.0
1.22k stars 89 forks source link

Update `MOCK=True` to `AVIARY_MOCK=True` #12

Closed kevin85421 closed 1 year ago

kevin85421 commented 1 year ago

https://github.com/ray-project/aviary/blob/ac62571102ddd7d588da27c2aaff6e0454af8c61/aviary/common/backend.py#L29

The Aviary backend will read the environment variable AVIARY_MOCK instead of MOCK.

Test

Screen Shot 2023-06-04 at 5 10 08 PM Screen Shot 2023-06-04 at 5 10 58 PM
Yard1 commented 1 year ago

Thanks!