@fettstorch/clai 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -48,6 +48,7 @@ const { summary, links, sources } = await clai('https://example.com', 'your-open
|
|
48
48
|
## Issues
|
49
49
|
- Needs a better prompt in order to more reliably stop narrating a page's content and rather cite it in a more concise manner.
|
50
50
|
- The first answer's stream animation appears to sometimes not be skippable using 'enter'
|
51
|
+
- large sites might surpass the token limit (currently not handled gracefully)
|
51
52
|
|
52
53
|
## License
|
53
54
|
|