Petzys commited on
Commit
27c4573
·
1 Parent(s): eed22bc

docs: added reference to AI interactions

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -8,6 +8,10 @@ from datasets import load_dataset
8
  from sentence_transformers import SentenceTransformer
9
  from huggingface_hub import InferenceClient
10
 
 
 
 
 
11
  # --- Config ---
12
  INDEX_FILE = "xkcd.index"
13
  META_FILE = "meta.pkl"
 
8
  from sentence_transformers import SentenceTransformer
9
  from huggingface_hub import InferenceClient
10
 
11
+ # --- Credit ---
12
+ # Most of this code was generated using AI (ChatGPT, GitHub Copilot).
13
+ # Please refer to the references of the report for concrete links to the respective AI interactions.
14
+
15
  # --- Config ---
16
  INDEX_FILE = "xkcd.index"
17
  META_FILE = "meta.pkl"