cohere-ai / notebooks

Code examples and jupyter notebooks for the Cohere Platform
MIT License
451 stars 120 forks source link

Update readme and notebooks #208

Closed mrmer1 closed 1 month ago

mrmer1 commented 1 month ago

This PR introduces a new LICENSE.md file and makes extensive changes to the README.md file.

LICENSE.md

The LICENSE.md file has been added to the repository, granting users permission to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, with the condition that the copyright notice and permission notice are included in all copies. The software is provided "as is" without any warranty, and the authors or copyright holders are not liable for any claims, damages, or other liabilities arising from its use.

README.md

The README.md file has been updated to reflect a change in the repository's purpose from a "Cohere Cookbook" to "Cohere Examples". The new structure includes three main categories: "Getting Started," "LLM University," and "Cookbook," each with its own set of guides and examples. The previous "Categories" section has been removed, and a new "Contributing" section has been added to encourage contributions and provide guidance on how to contribute.

Code Changes