Loading views...

mbti gpt 24/02/08

Date
Date
2024 Feb 8 0:0 → 2024 Feb 12 0:0
Created by
Created by
Seonglae ChoSeonglae Cho
Created time
Created time
2024 Feb 8 7:16
Last edited by
Last edited by
Seonglae ChoSeonglae Cho
Last edited time
Last edited time
2024 Feb 11 17:38
{ status: 429, headers: { 'alt-svc': 'h3=":443"; ma=86400', 'cf-cache-status': 'DYNAMIC', 'cf-ray': '852214844fd7f6c1-NRT', connection: 'keep-alive', 'content-length': '389', 'content-type': 'application/json; charset=utf-8', date: 'Thu, 08 Feb 2024 07:15:12 GMT', 'retry-after': '486', 'retry-after-ms': '485395', server: 'cloudflare', 'set-cookie': '__cf_bm=xiL2rKQsJd7b43sIA2zaMEeB6WvWgOry8Mg409vce4E-1707376512-1-AXEFOk5QYB7okHsuHYEsiiTYXI3HFX0dZ5d+KwXFDAKlnXZdCDjqxKDdMusRF0jcbX1xNreQ3tMuaTzPdwkJ/tU=; path=/; expires=Thu, 08-Feb-24 07:45:12 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=bmHnfQ3w_FmS06GZ8_pOajw5lo2uOOH3hrU9tSZDML4-1707376512827-0-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None', 'strict-transport-security': 'max-age=15724800; includeSubDomains', vary: 'Origin', 'x-ratelimit-limit-requests': '500', 'x-ratelimit-limit-tokens': '500000', 'x-ratelimit-remaining-requests': '499', 'x-ratelimit-remaining-tokens': '1070', 'x-ratelimit-reset-requests': '120ms', 'x-ratelimit-reset-tokens': '23h56m54.932s', 'x-request-id': 'req_7bb734b1a3fa9c696391c9b1cac11c33' }, error: { message: 'Rate limit reached for gpt-4-turbo-preview in organization org-lqcbGQTC3zkWbQhpJmZglIS7 on tokens per day (TPD): Limit 500000, Used 498930, Requested 3879. Please try again in 8m5.395s. Visit https://platform.openai.com/account/rate-limits to learn more.', type: 'tokens', param: null, code: 'rate_limit_exceeded' }, code: 'rate_limit_exceeded', param: null, type: 'tokens' }
 
 
 

chat indexing

전부 기다리는거 귀찮아서 streaming으로 중간에 id만 받고 요청하려고 바꿈
바꾸고 나니 sse 작동 안되길래 보니 page api 는 안되고 route.ts로 바꾸라고 함
그래서 multipart로 보내는 거 쉽게 다시 수정하고 해도 안댐 아래 오류 뜨고
Module parse failed: Unexpected character '�' (1:0)
Updated 2024 May 17 19:21
생각해보니 page api로 바꾼게 transformers.js였음
이거 clone 해서 해봐도 안되니 알고보니 pnpm이 문제고 yarn이나 npm은 가능하다고
[Bug] Problem working with Next.js
Updated 2024 Apr 19 12:7
이상하게 다 해결됐다 해서 보니 pnpm만 안되는 오류 있음 아마 아래 이슈 때문이라고
serverComponentsExternalPackages does not work with workspace packages
Updated 2024 Apr 30 14:58
결국 api나누는 걸로 해결
 
 
 
 
 

Recommendations