MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / account_token

Function account_token

utils/wei_utils.py:978–982  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

976 browser.close()
977
978def account_token(response):
979 input_token = response.info['usage']['prompt_tokens']
980 output_token = response.info['usage']['completion_tokens']
981
982 return input_token, output_token
983
984def style_bullet_content(bullet_content_item, color, fill_color):
985 for i in range(len(bullet_content_item)):

Callers 15

eval_qa_get_answerFunction · 0.90
no_tree_get_layoutFunction · 0.90
eval_qa_get_answerFunction · 0.90
no_tree_get_layoutFunction · 0.90
gen_beamer_poster_directFunction · 0.90
fill_contentFunction · 0.70
gen_layoutFunction · 0.70
gen_layout_parallelFunction · 0.70
gen_poster_title_contentFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected