aiboost
aiboost
And one another pitfall for loading loading images data inside tag: if you use some API and load image at one URL many times, you will see that browser caches...
UPD. Just checked with `curl`. Same result as in Playground, it works. Command: ``` curl https://api.openai.com/v1/completions \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer MY_API_KEY" \ -d '{ "model": "text-davinci-003",...
@cryptoapebot Looks like you are right as far in the result there are 26 tokens used for prompt and 0 for generated text. But setting a stop sequence did not...
Well, adding "\n" at the end of promt is a solution for me. The only strange why `curl` does not require this.
Hi all, are there any news? I receive `SocketTimeoutException` with 50% chance. First I thought this is because GPT servers are overloaded, but this is not correct - I can...
Wow, I had a small research and see this problem is reported in Internet for years. So I've migrated to another app (Foobar [Win] / Foobnix [Linux]) that has no...
I agree. It's sad that we need to use such inelegant workaround like: ``` private isSettingListOnMount = true; .... setList={(newList) => { if (this.isSettingListOnMount) { this.isSettingListOnMount = false; return; }...
@Ocramius probably this is not a regression. osTicket just started to use LM in June 2022 (they had something totally another before), so some of the users just updated, and...