webman/ai 將在3.2版本支持目前最強(qiáng)畫圖模型 Midjourney,
3.2版本正在開發(fā)中,預(yù)計(jì)將支持Midjourney創(chuàng)作、放大、變換、重新生成、融合、墊圖等功能。
目前3.2版本此版本正在開發(fā)中,發(fā)布日期待定。要購買的用戶可提前下單,后面終身免費(fèi)升級(jí),越早買越劃算。
相比文心一言、通義千問、Dall.E等作圖模型,Midjourney確實(shí)強(qiáng)大非常非常多。
Midjourney以下是一些預(yù)覽圖
nginx 部署后運(yùn)行 php start.php start -d 之后沒有反應(yīng),PHP報(bào)的錯(cuò)誤日志:
2023/09/11 11:49:29 [error] 13776#0: *14 connect() failed (111: Connection refused) while connecting to upstream, client: 1.84.220.129, server: run.ab.cn, request: "GET /app/admin/ HTTP/1.1", upstream: "http://127.0.0.1:8818/app/admin/", host: "run.ab.cn"
老大,微信支付的有能不能弄一個(gè)詳細(xì)的設(shè)置教程,支付總是不行, 測(cè)試支付確認(rèn)成功了, 但是網(wǎng)頁上沒有變化,狀態(tài)也不會(huì)更新還是未支付的,
微信wechatNotify 這個(gè)我添加一個(gè)寫日志
$result = Pay::wechat()->callback($request->post());
file_put_contents(runtime_path('log/payment.log'),"『微信』接收支付寶回調(diào): ".json_encode($result),8);
$this->dealWechatOrder($result);
dealWechatOrder不會(huì)進(jìn)入這個(gè)方法,payment.log日志也沒有
支付寶alipayNotify函數(shù)添加
file_put_contents(runtime_path('log/payment.log'),"『支付寶』接收支付寶回調(diào): ".json_encode($result),8);
$this->dealAlipayOrder($result['out_trade_no']);
能進(jìn)入dealAlipayOrder方法也執(zhí)行了狀態(tài)更新,但payment.log日志也記錄不到
老大,買一個(gè)key用一次就提示賬號(hào)被封,買了好幾個(gè)都是這樣,顯示這些:
You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password. You can obtain an API key from
也是用的這個(gè)代理,為啥會(huì)被封呢。。。
You didn't provide an API key 不是被封,是沒設(shè)置apikey,文檔常見問題有寫。你在配置文件里設(shè)置的apikey?
后臺(tái)apikey那里存儲(chǔ)到了錯(cuò)誤信息所以將key置為失效了,實(shí)際儲(chǔ)存的錯(cuò)誤信息是:The OpenAI account associated with this API key has been deactivated. If you are the developer for this OpenAI app, please check your email for more information. If you are seeing this error while using another app or site, please reach out to them for more help.