Shak Saleemi

Results 13 issues of Shak Saleemi

2x3090 instance on Runpod using the Runpod notebook on their Stable Diffusion image. I can train on GPU 0, but not 0 and 1 together or even separately. Running on...

It would be very useful to pipe stdin to sgpt, then ask a question about said input. For example: cat data.json | sgpt "what is the oldest entry" cat script.py...

This pull request adds support for optionally receiving a prompt from stdin. Also --editor now allows you to edit prompt regardless of prompt source. Usage: ```shell git diff | sgpt...

This PR adds the remaining environment variables to `cloudflared access tcp`, so it can be configured solely via environment variable.

The K3S installer has configuration options that are not directly exposed via hetzner-k3s. It would be very helpful if users could pass arbitrary environment variables or command line strings to...

Caching is implemented for OpenAI LLM `invoke` codepath but not `stream`. Caching should be implemented for both usage styles. Minimal reproduction: Passes: `should update cache when run via invoke` Fails:...

auto:bug

The regex `re.search(r'```diff(.*?)```', cr.text, re.DOTALL)"` is searching for a marker that is part of [Github's proprietary Markdown syntax](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) to enable code highlighting. The base prompt is asking for output compatible...

Very excited to try this tool, I've been waiting for someone to implement LLM based shell auto complete. Open source LLM models are advancing rapidly. I believe any open source...

**Is your feature request related to a problem? Please describe.** Documentation covers initial installation, but not an upgrade process for downstream projects to stay up to date with RNR updates....

enhancement

### Issue When /web is used with httpx it raises an error on HTTP 302 redirect and doesn't scrape the context. When /web is used with Playwright it follows redirects...

enhancement
fixed