intitni / CopilotForXcode

The first GitHub Copilot, Codeium and ChatGPT Xcode Source Editor Extension
https://copilotforxcode.intii.com
MIT License
7.76k stars 378 forks source link

[Enhancement]: Estimate token usage cost #417

Open cliffordh opened 9 months ago

cliffordh commented 9 months ago

Before Requesting

What feature do you want?

I use Niek/chatgpt-web that has a neat feature to estimate cost per request and total cost.

https://github.com/search?q=repo%3ANiek%2Fchatgpt-web+tokens&type=code

Would love to see something similar in CPX.

intitni commented 9 months ago

The token cost is already computed to avoid exceeding the context window in this app. Do you mean you want to see the cost in UI?

intitni commented 9 months ago

Or do you mean the cost of money?

cliffordh commented 9 months ago

Yes, cost of $$. Needs to be localized, but something like this:

image
intitni commented 9 months ago

I see. I will give it a low priority because the chat service part may need some rewriting to support custom chat services from extensions. I will think about it at that time.