update
This commit is contained in:
43
AI/config配置.md
Normal file
43
AI/config配置.md
Normal file
@@ -0,0 +1,43 @@
|
||||
dsx 2016, [Jul 29, 2023 at 20:09:50]:
|
||||
|
||||
宝塔面板
|
||||
|
||||
https://btsm.smallzhiyuns.com/smallzhiyuns
|
||||
|
||||
账户 smallzhiyuns
|
||||
|
||||
密码 Xiao4669805
|
||||
|
||||
备注:宝塔的终端因为未知原因不可用,要用的只能ssh另开
|
||||
|
||||
使用npm的使用用sudo npm ,没有sudo单使用npm会报错
|
||||
|
||||
...
|
||||
|
||||
ssh
|
||||
|
||||
mac登录方式
|
||||
|
||||
ssh -oPort=7022 smallzhiyuns@149.28.70.41
|
||||
|
||||
密码 4669805
|
||||
|
||||
ubuntu账户
|
||||
|
||||
账户 smallzhiyuns
|
||||
|
||||
密码 4669805
|
||||
|
||||
账户 root
|
||||
|
||||
密码 4669805
|
||||
|
||||
szzy4041002
|
||||
|
||||
77778888
|
||||
|
||||
```
|
||||
curl -X POST "http://chatglm.yidooplanet.com/img" \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{"prompt": "你好", "history": []}'
|
||||
```
|
||||
35
AI/frp配置.md
Normal file
35
AI/frp配置.md
Normal file
@@ -0,0 +1,35 @@
|
||||
frpc配置
|
||||
|
||||
```
|
||||
common]
|
||||
server_addr = 108.61.216.163
|
||||
server_port = 9000
|
||||
tls_enable = true
|
||||
protocol = kcp
|
||||
|
||||
auth_token = Xiao4669805
|
||||
vhost_http_port = 9001
|
||||
|
||||
[ai]
|
||||
type = http
|
||||
local_ip = 127.0.0.1
|
||||
local_port = 8000
|
||||
custom_domains = chatglm.yidooplanet.com
|
||||
```
|
||||
|
||||
frps配置
|
||||
|
||||
```
|
||||
[common]
|
||||
kcp_bind_port = 9000
|
||||
bind_port = 9000
|
||||
vhost_http_port = 9001
|
||||
tls_enable = true
|
||||
|
||||
|
||||
|
||||
[ai]
|
||||
type = http
|
||||
custom_domains=chatglm.yidooplanet.com
|
||||
auth_token = Xiao4669805
|
||||
```
|
||||
75
AI/微信机器人.md
Normal file
75
AI/微信机器人.md
Normal file
@@ -0,0 +1,75 @@
|
||||
群聊邀请
|
||||
|
||||
#chatroom 群聊d
|
||||
|
||||
名片
|
||||
|
||||
#fc wxid_xxx
|
||||
|
||||
---
|
||||
|
||||
本地文件
|
||||
|
||||
#file /storage/....
|
||||
|
||||
本地图片
|
||||
|
||||
#pic /data/user
|
||||
|
||||
---
|
||||
|
||||
网络文本
|
||||
|
||||
#web_text http://xxx
|
||||
|
||||
网络图片
|
||||
|
||||
#web_img [[http://xxx]
|
||||
|
||||
----
|
||||
|
||||
网络语音
|
||||
|
||||
XXXXXX 待测试
|
||||
|
||||
#tts 中文转成语音
|
||||
|
||||
#tts e 英文转语音
|
||||
|
||||
网络视频
|
||||
|
||||
#web_vid [http://xxx](http://xxx)
|
||||
|
||||
网络文件
|
||||
|
||||
#web_file [[http://xxx
|
||||
|
||||
---
|
||||
|
||||
`收藏-`文章链接
|
||||
|
||||
#fav 1675780537729
|
||||
|
||||
收到金额#A#
|
||||
|
||||
----
|
||||
|
||||
#N#对方昵称
|
||||
|
||||
#N2#对方备注
|
||||
|
||||
#T 群聊签到时间
|
||||
|
||||
---
|
||||
|
||||
#公众号:异度世界
|
||||
|
||||
#小程序:citynew(带参数)
|
||||
|
||||
#视频号
|
||||
|
||||
#小商店
|
||||
|
||||
#天气
|
||||
|
||||
#日期
|
||||
Reference in New Issue
Block a user