Case-Study-1 / attribution_example.py
Julian-Hans's picture
added attribution example, created local pipelines, implemented poc_app.py as a proof of concept
9ef2a14
raw
history blame
273 Bytes
# Example Code Attribution for AI-Generated Code
# ----ATTRIBUTION-START----
# LLM: Github Copilot
# PROMPT: write a hello world example
# EDITS: changed the wording to make it more personal
print("Hello, World! This is your Copilot speaking!")
# -----ATTRIBUTION-END-----