Anton Bacaj
Anton Bacaj
> > For cases like this I recommend docker because of the environment issues. I have windows as well, here's how I run it. > > Use a container like...
Got a error running this: ``` [+] Building 30.5s (9/9) FINISHED => [internal] load .dockerignore 0.1s => => transferring context: 2B 0.0s => [internal] load build definition from dockerfile 0.1s...
+++++++1
Hi @Maxxxel, can you try latest 1.3.1 I updated the client to support both auth systems, sometimes there is a two token requirement for some accounts. But now you can...
This is blocked due to addition of cloudflare on chatgpt, but you can still try working around it if you update the clearanceToken. Clearance token is already available in 1.5.0
Hi, since official ChatGPT API release I have not updated this library. For latest checkout @transitive-bullshit library https://github.com/transitive-bullshit/chatgpt-api
Came here to ask the same thing. The "test" set has no ground truth labels. They do not match example: 
Hi, I think you will have to make sure the prompt template is correct
Hi please see a similar issue, likely around ctransformers version https://github.com/abacaj/replit-3B-inference/issues/5
This has been working for me without any max depth re-render issues (typescript code ahead): ``` function useFieldSafe(fieldName: string): { setValue: (value: T) => void; setTouched: (touched: boolean) => void;...