Sig Janoska-Bedi
Sig Janoska-Bedi
I'll second the above. Explicitly passing None for the lastupdate param when using startdate and enddate fixed this problem for me. Would be worth adding this behavior to a method...
We have a similar issue in a somewhat large fastapi codebase. We have an entire issue meta discussing it here: https://github.com/signebedi/libreforms-fastapi/issues/226 We were dynamically loading our config from file as...
> @signebedi I'm not quite following why you think #2317 (or related changes) is connected to this. That kind of signal handling is about _process_ signals. The issue here of...
There is also the vision version, see https://help.openai.com/en/articles/8555496-gpt-v-api
We can define a callable using the logic below to display current API usage stats for the present day within the `chat` runtime. ```python import datetime r = openai.api_requestor.APIRequestor() resp...
https://github.com/openai/openai-cookbook/blob/main/examples/How_to_handle_rate_limits.ipynb
It will be worth asking how this will work with pypi installations. I think that a daemon interface should be configurable in `gptty.ini` (see example below) but the runtime should...
I'm imagining we run this as a systemd service... is there an easy way to do so using gptty? For example, we maybe create a click command `gptty serve --host...
If we want to test these features, we'll need to add a OpenAI API key as a github actions secret, see https://docs.github.com/en/rest/actions/secrets. This will allow us to test the functionality...