hcrypt

Results 45 comments of hcrypt
trafficstars

for some reason, ```*``` got converted to ```_```

> The docs for this PR live [here](https://moon-ci-docs.huggingface.co/course/pr_636). All of your documentation changes will be reflected on that endpoint. yes, I am aware of that

Stop wasting developer(s)'s time by opening bogus issues which does nothing but entertain this kind of behavior.

> @nobodyindustries idk why you are so pressed about Elon musk making this open source. Yes, obviously he would profit off of people contributing code to this open source project....

Is there any update on this? Restarting the server every time is tedious, atleast for local development

One question: Is it not possible to simply use the unix TCP/UDP socket for capturing the network traffic instead of using eBPF?

Using something like [goreleaser](https://goreleaser.com/) would be ideal for supporting various package managers.

It's an API, not a web interface. Use ```/chat/completions``` endpoint and send a POST request with appropriate data. Like this: ```bash curl -X POST -H "Content-Type: application/json" -d '{ "model":...

> When I perform a POST request I get the following result: > > ![image](https://user-images.githubusercontent.com/36307559/269992546-c3b4fc71-fed2-4e35-99b4-b2c6bd94ec94.png) ![image](https://user-images.githubusercontent.com/36307559/269992725-a92d2228-dad9-4ac6-a8cd-843700f76d59.png) Try it again. For some reason, it randomly raises an exception.

> Hi @knqyf263 any hint how to close this issue? Thanks. This should work: ```go defer reader.(*os.File).Close() ```