Skip to content

Commit

Permalink
More text
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jul 6, 2024
1 parent 33a7a71 commit 5012de0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _posts/2024-07-03-gpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ GPT plugin has the following operation logic:

## Pricing considerations

TBD
OpenAI provides API for the requests and it costs some money (there is no free tier so far). However, if you plan to use it for a personal email or if you just want to train your Bayes without manual classification, GPT might be a good option to consider. As a concrete example, for my personal email (that is quite a loaded one), the cost of gpt-3.5 is around $0.05 per day (for like 100k tokens).

For the large scale email systems, it is probably better to get some other LLM (e.g. llama) and use it internally on a system with some GPU power. The existing plugin is designed to work with other LLM types without significant modifications.

## Conclusions

Expand Down

0 comments on commit 5012de0

Please sign in to comment.