feat(tokenizers): support parsing from public URL (#765)

This commit is contained in:
Aaron Pham
2024-10-27 02:17:35 -04:00
committed by GitHub
parent a8e2b9a00c
commit bdbbdec88c
7 changed files with 236 additions and 89 deletions

View File

@@ -76,7 +76,7 @@ Respect and use existing conventions, libraries, etc that are already present in
},
---@type AvanteSupportedProvider
cohere = {
endpoint = "https://api.cohere.com/v1",
endpoint = "https://api.cohere.com/v2",
model = "command-r-plus-08-2024",
timeout = 30000, -- Timeout in milliseconds
temperature = 0,