We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02edce commit 52d9204Copy full SHA for 52d9204
cli/__init__.py
@@ -1,6 +1,7 @@
1
"""
2
Datahub GMS 서버 URL을 설정하고, 필요 시 Streamlit 인터페이스를 실행하는 CLI 프로그램입니다.
3
4
+
5
import subprocess
6
7
import click
interface/lang2sql.py
@@ -22,6 +22,8 @@
22
"show_table": "Show Table",
23
"show_chart": "Show Chart",
24
}
25
26
27
def summarize_total_tokens(data: list) -> int:
28
29
메시지 데이터에서 총 토큰 사용량을 집계합니다.
0 commit comments