seok
seok
it works with this ```python def getOutputsNames(net): layersNames = net.getLayerNames() # return [layersNames[i[0] - 1] for i in net.getUnconnectedOutLayersNames()] return ["loc_branch_concat", "cls_branch_concat"] ```
> Woah wth never seen that! I'll debug today and find the errors. Does the same happen when you run it directly from Python3.10? will try it later! but on...
> That's normal. Switch to darkmode and restart the app via CLI, it would look better. Oh didnt know that option thanks! now it looks like this sadly  And...
I guess `xxh3` performs in all tested scenarios of direct hashing and when using the digest interface. (5 bytes, 100 bytes, 4KB, 10MB). it provies higher throughput than `xxhash` ....
same here for ssl,jit,freeze-stdlib
Maybe try this version: https://github.com/Alfex4936/Bard-rs
I think simplest api would be something like this  ``` package main import ( "context" "fmt" "log" "net/http" "github.com/reactivex/rxgo/v2" ) type WebFramework struct { router map[string]rxgo.Observable } func NewWebFramework()...
sorry, what i meant is that im using your playground as `share - embedded code in link` to put in my html. (embedded) So it's basically the same as the...
[chatgpt-spring-boot-starter-1.0.4.zip](https://github.com/flashvayne/chatgpt-spring-boot-starter/files/13440921/chatgpt-spring-boot-starter-1.0.4.zip) ```gradle implementation files('chatgpt-spring-boot-starter-1.0.4.jar') ``` I have only updated the multichat component for now, but I've built one myself while waiting for the author to update the codes. Minor adjustments...
I believe it is nearly impossible to maintain the previous conversation without implementing a way to track a chatroom ID or using saved history. This would allow us to send...