mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
Install Node.js
This commit is contained in:
parent
35232b83b2
commit
f7bafbf2ab
2 changed files with 8 additions and 6 deletions
|
@ -2017,7 +2017,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install Node.js
|
name: Install Node.js
|
||||||
command: |
|
command: |
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install -y nodejs
|
sudo apt-get install -y nodejs
|
||||||
node --version
|
node --version
|
||||||
npm --version
|
npm --version
|
||||||
|
|
|
@ -1447,7 +1447,7 @@
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
"supports_parallel_function_calling": true,
|
"supports_parallel_function_calling": true,
|
||||||
"deprecation_date": "2025-03-31",
|
"deprecation_date": "2025-05-31",
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true
|
||||||
},
|
},
|
||||||
"azure/gpt-3.5-turbo-0125": {
|
"azure/gpt-3.5-turbo-0125": {
|
||||||
|
@ -2785,10 +2785,10 @@
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 200000,
|
"max_input_tokens": 200000,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 8192,
|
||||||
"input_cost_per_token": 0.000001,
|
"input_cost_per_token": 0.0000008,
|
||||||
"output_cost_per_token": 0.000005,
|
"output_cost_per_token": 0.000004,
|
||||||
"cache_creation_input_token_cost": 0.00000125,
|
"cache_creation_input_token_cost": 0.000001,
|
||||||
"cache_read_input_token_cost": 0.0000001,
|
"cache_read_input_token_cost": 0.0000008,
|
||||||
"litellm_provider": "anthropic",
|
"litellm_provider": "anthropic",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
|
@ -2947,7 +2947,7 @@
|
||||||
"supports_assistant_prefill": true,
|
"supports_assistant_prefill": true,
|
||||||
"supports_prompt_caching": true,
|
"supports_prompt_caching": true,
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"deprecation_date": "2025-06-01",
|
"deprecation_date": "2026-02-01",
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true
|
||||||
},
|
},
|
||||||
"claude-3-5-sonnet-20241022": {
|
"claude-3-5-sonnet-20241022": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue