Alexander Gladysh

Results 50 issues of Alexander Gladysh

All times that I used Redis sets in my code, I had to walk through every set key, and didn't need to check if key was there _after_ I got...

As subject says. It will greatly simplify package management for me -- using scm rockspecs in production is not good. :-)

See code here: https://gist.github.com/03a88223f68179423caa (hgetall) http://gist.github.com/643087 (hvals) http://gist.github.com/643089 (hkeys)

A critical issue for me. One more reason to create a public version of get_response we've talked about.

Please see http://gist.github.com/642968

As I usually update my messages to ChatGPT iteratively to improve replies or to create a part of the message with AI help, I'd like to be able to optionally...

help wanted
good first issue

I'm using several models in my code, with a deployment for each, so we can't use `config.deploymentName`. Azure doesn't allow `.` character in deployment names. I have to send `gpt-35-turbo`...