tiendung commited on
Commit
9c282c1
·
verified ·
1 Parent(s): 1e9512b

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -82,7 +82,7 @@ elif thinker in "70b|405b":
82
  # https://docs.together.ai/docs/chat-models#hosted-models
83
  model = {
84
  "405b": "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo 128k", # $3.50 / 1m tokens(*)
85
- "70b": "metameta-llama/Llama-3.3-70B-Instruct-Turbo 128k", # $0.88 / 1m tokens(*)
86
  }[thinker]
87
 
88
  model, CTXLEN = model.strip().split()
 
82
  # https://docs.together.ai/docs/chat-models#hosted-models
83
  model = {
84
  "405b": "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo 128k", # $3.50 / 1m tokens(*)
85
+ "70b": "meta-llama/Llama-3.3-70B-Instruct-Turbo 128k", # $0.88 / 1m tokens(*)
86
  }[thinker]
87
 
88
  model, CTXLEN = model.strip().split()