Kevin Littlejohn
Kevin Littlejohn
You _can_ but it's a bit of stuffing around - essentially the squid cache directory would need to be externalised - either to local disk or to another container. ISTR...
iirc, I used /bin/sh to deal with systems that didn't have bash installed, although I can't remember off the top of my head which systems those were. Happy to switch...
Nice page, thanks. The problem with this one in particular is that the trap is used to ensure that the routing rules are removed on exit, regardless of success or...
There are a few pages around on how to do squid behind a corporate proxy - http://www.christianschenk.org/blog/using-a-parent-proxy-with-squid/ is a good reference, and mentions use of no-digest. From the error for...
Further: I fixed this with the following AWS credentials - perhaps this is just a documentation issue? ``` { "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1404777211000", "Effect": "Allow", "Action": [...
if it helps, my prompt is: ``` self._prompt_template = guidance(""" {{#system~}} {{character}} Use the following format: Question: the input question you must answer Thought: you should always think about what...
Not sure - I've moved on to a non-chat model (davinci instead of gpt for the model name) and am no longer getting it. But it happened on some prompts,...