Asher Zhu
Asher Zhu
I added simple linear interpolation in the material. So far smooth as butter.  Pretty sure I shouldn't lerp quaternion like that but it looks alright ( •̀ ω •́...
Currently I'm using additional normal map texture which has correct results (middle) 
also waiting!
Hi @maakuth, really appreciate the fix! The dependencies update didn't work for me though. Did anything change since [8eaf628](https://github.com/cogentapps/chat-with-gpt/pull/193/commits/8eaf628cd0a9c28f3e0663aed7647e6c633d7d4e) ?
Ahh it was my bad. I wasn't at head of the master branch, duh. Sorry for the @ !
fyi we also need to add gpt-4-1106-preview to maxTokensByModel in openai.ts export const maxTokensByModel = { "gpt-4-1106-preview": 8192, "gpt-3.5-turbo": 4096, "gpt-4": 8192, [...]
Hi @cogentapps Does this mean OpenAI would only see API requests coming from my server IP, but not IP from any of the clients who're using the app via web...
Just got this working. A little elaborated steps to enable selfSigned: 1) You need a legit SSL certificate, the easiest way is to follow https://github.com/acmesh-official/acme.sh 2) once you have the...