Jean
Jean
#install_github('badbye/baidumap') #百度地图JavaScript API升级后要更新getBaiduMap.R,getCoordinate.R,getLocation.R,getRoute.R四个文件中调用百度地图服务的URL #然后打开命令行窗口用下面的命令重新打包成baidumap_0.2.2.tar.gz再安装 # cd D:\software\R\Rsources\badbye-baidumap-bea3930 # Rcmd build badbye-baidumap-bea3930 #当前为V3.0版本接口文档,V2.0及以前版本自2019.6.18起新用户无法使用。 #老用户仍可继续使用V2.0及以前版本请求实现逆地理编码服务,为保障用户体验,建议您尽快迁移到V3.0版本。 #改动: #getBaiduMap.R #改为下面,新版本已经没有coordtype参数,URL也变了 ## set url url_head = "http://api.map.baidu.com/staticimage/v2?" url = paste0(url_head, "width=", width, "&height=", height, "¢er=",...
Hi all, I'm following Noe4j's online document at [6.5.1. Minimum Weight Spanning Tree - 6.5. Path finding algorithms](https://neo4j.com/docs/graph-data-science/current/alpha-algorithms/minimum-weight-spanning-tree/) , it seems that the Cypher to query K-Spanning tree doesn't work:...
Hi all, I'v checked [the source](https://github.com/neo4j/graph-data-science/blob/master/alpha/alpha-algo/src/main/java/org/neo4j/graphalgo/impl/spanningTrees/KSpanningTree.java ) of KSpanningTree.java, and find that there may be a bug at the end of the compute() function. I think that a k spanning...
Hi, Hadley, I'v been playing around with Shiny for my data analysis study since this February, encapsulating R & Python models with Shiny APPs. I notice that the book [](https://www.oreilly.com/library/view/mastering-shiny/9781492047377/)...
Hi,大家好。 本人从来没有玩过微信开发,小白一枚。最近玩玩ChatGPT,想把ChatGPT接入微信,向NewBing查询到了本项目,以及作者的另一个项目[chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat),经查看issues了解到微信禁止外挂的机器人,公众号接入则可以,想配起来玩玩。不过在配置服务器时老是[token验证失败](https://github.com/zhayujie/bot-on-anything/issues/39),我也查看了[issue #39的帖子](https://github.com/zhayujie/bot-on-anything/issues/39),还是不得要领。目前我的个人公众号上并没有做其它的认证或配置,请问在个人公众号中需要做什么认证或配置? 在基本配置服务器配置中填写回调URL,测试性质用的是http明文。  服务器IP已经加入了白名单,我用的是腾讯云上的轻量级云服务器。  因为服务器有还其它用途,配置了Nginx反向代理,浏览器可以通过反向代理访问到回调URL:  Python微信服务端进程看起来也启动正常,但signature验证的输出是在显示token验证失败后很久才显示的,也不是每次都会显示: ``` (base) [root@VM-4-12-centos bot-on-anything]# python3 app.py [INFO][2023-03-12 12:06:28][log.py:34] - [INIT] Start up: chatgpt on wechat_mp [INFO][2023-03-12 12:06:28][wechat_mp_channel.py:44] - [WX_Public] Wechat...
The [text-links example](https://vasturiano.github.io/3d-force-graph/example/text-links/) is broken by [the latest three.js release r161](https://github.com/mrdoob/three.js/releases), I've written an example according to the [basic example of spritetext](https://github.com/vasturiano/three-spritetext/blob/master/example/basic/index.html). ``` body { margin: 0; } { "imports":...
详见我的知乎文章[《微信个人订阅号连接OpenAI AI助手》](https://zhuanlan.zhihu.com/p/668774426?)。 OpenAI 11月6日发布更新的同时发布了 SDK 1.0.0,API有较大的变化。原来的源码chatgpt_model.py及open_ai_model.py需要更新才能在openai SDK>1.0.0上运行,不过我没有这个精力去改了。
可能是对回复结果的处理有Bug? 
Hi all, I'm new to R torch and luz, according to[ issue#36](https://github.com/mlverse/luz/issues/36), luz requires modules that are not yet initialized, but definding a custom optimizer require parameters of a model,...
The backend codes in ~/src/shared/common_fn.py of load_embedding_model() will lead to 2 instance of embedding model for each worker, this will lead to big memory usage, for example, an all-MiniLM-L6-v2 instance...