roboflow / inference

A fast, easy-to-use, production-ready inference server for computer vision supporting deployment of many popular model architectures and fine-tuned models.
https://inference.roboflow.com
Other
1.39k stars 134 forks source link

Do not store usage in cache when API key is not available #772

Closed grzegorz-roboflow closed 3 weeks ago

grzegorz-roboflow commented 3 weeks ago

Description

Currently usage is stored in local cache even if api key is not available. In this PR caching usage when api key is not provided is turned off.

Type of change

Please delete options that are not relevant.

How has this change been tested, please provide a testcase or example of how you tested the change?

Affected tests corrected.

Any specific deployment considerations

N/A

Docs

N/A