seawolf2357 commited on
Commit
9a73ea8
·
verified ·
1 Parent(s): 55ec4cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ api_key = os.environ.get("API_KEY")
11
  client = anthropic.Anthropic(api_key=api_key)
12
 
13
  # 최대 토큰 수 설정 (Claude-3 Sonnet의 최대 토큰 수)
14
- MAX_TOKENS = 200000
15
 
16
  def get_system_prompt():
17
 
 
11
  client = anthropic.Anthropic(api_key=api_key)
12
 
13
  # 최대 토큰 수 설정 (Claude-3 Sonnet의 최대 토큰 수)
14
+ MAX_TOKENS = 7999
15
 
16
  def get_system_prompt():
17