DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-3 hours
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
needs maintainer response
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
unclear
Prerequisiti
PythonOpenAI API
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
40
Direzione di ricerca
This issue requests integrating an official token usage API from OpenAI to display translation cost before translating. To implement, investigate OpenAI's usage endpoint (likely api.openai.com/v1/usage or similar), calculate cost based on model and token count, and display it to the user. The existing API call logic is in the main translation function. The maintainer should confirm the desired implementation path.