Skip to content

Commit

Permalink
fix worker lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian committed Jul 27, 2024
1 parent 3e99c2e commit 72321cf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions costs/src/providers/togetherai/completion/llama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export const costs: ModelRow[] = [
value: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
},
cost: {
prompt_token: 0.00000020,
completion_token: 0.00000020,
prompt_token: 0.0000002,
completion_token: 0.0000002,
},
},
{
Expand Down Expand Up @@ -107,7 +107,7 @@ export const costs: ModelRow[] = [
value: "togethercomputer/Meta-Llama-3.1-8B-Instruct-Reference",
},
cost: {
prompt_token: 0.00000020,
prompt_token: 0.0000002,
completion_token: 0.00000018,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export const costs: ModelRow[] = [
value: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
},
cost: {
prompt_token: 0.00000020,
completion_token: 0.00000020,
prompt_token: 0.0000002,
completion_token: 0.0000002,
},
},
{
Expand Down Expand Up @@ -107,7 +107,7 @@ export const costs: ModelRow[] = [
value: "togethercomputer/Meta-Llama-3.1-8B-Instruct-Reference",
},
cost: {
prompt_token: 0.00000020,
prompt_token: 0.0000002,
completion_token: 0.00000018,
},
},
Expand Down
6 changes: 3 additions & 3 deletions web/packages/cost/providers/togetherai/completion/llama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export const costs: ModelRow[] = [
value: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
},
cost: {
prompt_token: 0.00000020,
completion_token: 0.00000020,
prompt_token: 0.0000002,
completion_token: 0.0000002,
},
},
{
Expand Down Expand Up @@ -107,7 +107,7 @@ export const costs: ModelRow[] = [
value: "togethercomputer/Meta-Llama-3.1-8B-Instruct-Reference",
},
cost: {
prompt_token: 0.00000020,
prompt_token: 0.0000002,
completion_token: 0.00000018,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export const costs: ModelRow[] = [
value: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
},
cost: {
prompt_token: 0.00000020,
completion_token: 0.00000020,
prompt_token: 0.0000002,
completion_token: 0.0000002,
},
},
{
Expand Down Expand Up @@ -107,7 +107,7 @@ export const costs: ModelRow[] = [
value: "togethercomputer/Meta-Llama-3.1-8B-Instruct-Reference",
},
cost: {
prompt_token: 0.00000020,
prompt_token: 0.0000002,
completion_token: 0.00000018,
},
},
Expand Down

0 comments on commit 72321cf

Please sign in to comment.