Skip to content

Latest commit

 

History

History
179 lines (116 loc) · 6.69 KB

File metadata and controls

179 lines (116 loc) · 6.69 KB

License

Creative Commons Attribution 4.0 International License

This work is licensed under the Creative Commons Attribution 4.0 International License.

You are free to

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material

for any purpose, even commercially.

Under the following terms

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

  • No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

Attribution

This tutorial content uses examples and concepts from the chatlas library and related resources.

chatlas Library: GitHub Repository
License: MIT License
Copyright: (c) 2022-2025 Posit Software, PBC

Video Content: Getting Started with chatlas
Creator: Posit PBC

Tutorial Adaptation: IPA Research and Data Science Training
Modifications: Created hands-on tutorials and practical applications following the Diátaxis framework

chatlas MIT License

The chatlas library is licensed under the MIT License:

MIT License

Copyright (c) 2022-2025 Posit Software, PBC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Legal Notice

Attribution Notice: This work contains tutorial content that uses examples and concepts from the chatlas library (https://github.com/posit-dev/chatlas), licensed under MIT License. The tutorial content has been created for educational purposes as part of the IPA Research and Data Science Training program.

Full License Text

To view a copy of the Creative Commons Attribution 4.0 license, visit:


Creative Commons Attribution 4.0 International

Human-Readable Summary

This is a human-readable summary of (and not a substitute for) the full license.

You are free to

Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material

for any purpose, even commercially.

The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms

Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

Notices

You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.

No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.


Proper Attribution Examples

When sharing or adapting this content, please include appropriate attribution

Minimal Attribution

Content from "LLM Introduction Workshop" 
by IPA Research and Data Science Training, 
using examples from chatlas library (https://github.com/posit-dev/chatlas). 
Licensed under CC BY 4.0.

Academic Citation

IPA Research and Data Science Training. "LLM Introduction Workshop." 
Uses examples from chatlas library by Posit PBC. 
https://github.com/your-repo/llm-introduction. 
Licensed under CC BY 4.0.

For Substantial Adaptations

This work is based on "LLM Introduction Workshop" 
by IPA Research and Data Science Training 
(https://github.com/your-repo/llm-introduction), 
which uses examples from the chatlas library 
(https://github.com/posit-dev/chatlas) by Posit PBC. 
Tutorial content licensed under CC BY 4.0, chatlas library under MIT License.
[Describe your changes here].

For Using Code Examples

Code examples adapted from "LLM Introduction Workshop" 
(https://github.com/your-repo/llm-introduction) 
and chatlas library documentation 
(https://posit-dev.github.io/chatlas/).
Licensed under CC BY 4.0 and MIT respectively.

Third-Party Licenses

This tutorial references and may include examples from several third-party services and libraries:

LLM Provider APIs

  • OpenAI API: Subject to OpenAI's Terms of Service
  • Anthropic API: Subject to Anthropic's Terms of Service
  • Google AI API: Subject to Google's Terms of Service

Python Libraries

  • python-dotenv: MIT License
  • requests: Apache 2.0 License
  • pathlib: Python Software Foundation License

Usage Compliance

When using this tutorial content:

  1. API Usage: Ensure compliance with respective API provider terms of service
  2. Library Usage: Follow individual library license requirements
  3. Content Creation: Respect copyright and attribution requirements for any generated content
  4. Commercial Use: All tutorial content is available for commercial use under CC BY 4.0

Last Updated

2024