Cohere: new cmd-r models

This commit is contained in:
Cohee
2024-08-30 20:00:42 +03:00
parent 1fa9710a5c
commit f155b83792
3 changed files with 4 additions and 1 deletions

View File

@ -570,6 +570,7 @@ async function sendCohereRequest(request, response) {
documents: [],
tools: tools,
search_queries_only: false,
safety_mode: 'NONE',
};
console.log('Cohere request:', requestBody);