Spaces:
Sleeping
Sleeping
added attribution example, created local pipelines, implemented poc_app.py as a proof of concept
9ef2a14
# 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----- |