httpjamesm

Results 13 issues of httpjamesm

AI tools like ChatGPT can crawl webpages. Their user agents should be added to this list. https://darkvisitors.com is creating an index of AI crawler user agents.

### Feature Request When interacting with LLMs, system prompts help guide them into a desired persona. Currently, there's only Human and Assistant message role types, but no System one. ###...

enhancement
todo

**Summary** Brief explanation of the feature. Orion currently supports Blake2b hashing through ``` let digest = orion::hash::digest(data).unwrap(); ``` which uses Blake2b-256. However, Blake3 is 7x faster https://github.com/wazuh/wazuh/issues/15632. **Basic example** If...

new feature