Skip to content

Commit ba532f7

Browse files
committed
주석 처리한 코드 내 구모델명 수정
1 parent 9f6f412 commit ba532f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8_streamlit/transcribe_summary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def generate_content(content_type, content_language, transcript_language_code, t
418418
return translate(transcript, transcript_language_code, content_language)
419419

420420
# 콘텍스트 길이에 맞는 모델 선택
421-
# tokenizer = get_tokenizer("gpt-4o-mini")
421+
# tokenizer = get_tokenizer("gpt-3.5-turbo")
422422
# num_tokens = len(tokenizer.encode(transcript))
423423
# margin = 3000 if content_type in ["Detailed Summary", "Essay", "Blog article"] else 1000
424424
# preferred_model = ""

0 commit comments

Comments
 (0)