pinecone-io / canopy

Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone
https://www.pinecone.io/
Apache License 2.0
975 stars 121 forks source link

Remove unused field for Cohere chat calls #315

Closed acatav closed 8 months ago

acatav commented 8 months ago

Problem

The preamble_override field for cohere chat completion changed to preamble, but we don't actually use it

Solution

Remove the use of preamble

Type of Change

Test Plan

Existing tests apply