Joseph Chen

Results 11 comments of Joseph Chen

@OliverMathias @Donlting I'm so sorry for just seeing this. Do you still have the same problem?

Same issue here, My pre-commit complains about the lack of a newline in `swagger.json` and it would be awesome to have some sort of option to include this! It's been...

I don't have this issue with `registration`, but it's an issue with `verification` on my end. Self-hosting and here's my `contrib/kratos/cloud/kratos.yml`: ```yaml version: v0.8.0-alpha.3 dsn: memory serve: public: base_url: http://localhost:4455/...

The official B6 and B7 weights aren't released yet.

If this works, this would be greatly appreciated edit: specify the headers in `fetchTasks` works fine tbh

@lietu I decided to call the `.split` in the `.includes` call since `if contentType &&..` enforces a non-null string, which makes some of the typing clearer. It's a little ugly,...

PRs that implement this: https://github.com/sashabaranov/go-openai/pull/925 (seems stable?) https://github.com/sashabaranov/go-openai/pull/938

I'm not really the right person to be able to improve this 😅 , but for those who want a quick fix: For each chart, remove the tooltip **on mobile**...

Quick idea: randomizing label_probs and allow the option to specify a specific range

Quick idea: use `on_epoch_end` -> store self.epochs -> adjust `n_pos` and/or `label_probs` based on `self.epochs` i.e. starting off with `n_pos=10` and then slowing decreasing it to `n_pos=5`