saytes commited on
Commit
99203ad
·
verified ·
1 Parent(s): fe6495f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ paradigm = classify_question(question)
49
  print(f"Recommended paradigm: {paradigm}") # Output: "chunked_symbolism"
50
  ```
51
 
52
- For easier integration, we also provide a complete Python package implementation. See the [GitHub repository](https://github.com/yourusername/sketch-of-thought) or the "Complete Package" section below for details.
53
 
54
  ## Model Description
55
 
 
49
  print(f"Recommended paradigm: {paradigm}") # Output: "chunked_symbolism"
50
  ```
51
 
52
+ For easier integration, we also provide a complete Python package implementation. See the [GitHub repository](https://github.com/SimonAytes/SoT) or the "Complete Package" section below for details.
53
 
54
  ## Model Description
55