alphaDev23
alphaDev23
DOCKER_CLIENT_TIMEOUT should be able to be set as an environment variable and used in the creation of the docker client. The default timeout of 60 seconds may be too short...
DOCKER_NETWORK is hard coded in constants.py causing any configuration changes via command line to change the network_mode to fail. The default should be used unless overridden via the command line....
See issue #8. To produce the checksums, run the one line bash script below - it will take only a minute to run - from the folder where the images...
Received the following error in Kibana: "Could not locate that index-pattern (id: logstash-*), [click here to re-create it](#/management/kibana/index?id=logstash-%252A&name=)" Note, there is nothing to click and the index does exist. There...
Why is there a difference in the models that appear in the dropdown vs. those than those that are obtained via `GET https://api.openai.com/v1/models`? For example, the dropdown shows only 'GPT-3.5'...