kant01ne/browser-extensions

fix(chatgpthing, twitshorter): Better strategy for long texts

Opened this issue · 0 comments

We are currently cutting the prompt context at 8000 characters, we need a better strategy.

Options are:

  • Using embeddings
  • Make multiple calls to chatGPT API