Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixbug #9

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.github.novicezk</groupId>
<artifactId>midjourney-proxy</artifactId>
<version>2.5.3</version>
<version>2.5.4</version>

<properties>
<hutool.version>5.8.18</hutool.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/api-params/blend.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"session_id":"$session_id",
"nonce": "$nonce",
"data":{
"version":"1118961510123847773",
"version":"1166847114203123796",
"id":"1062880104792997970",
"name":"blend",
"type":1,
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/api-params/describe.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"session_id": "$session_id",
"nonce": "$nonce",
"data": {
"version": "1118961510123847774",
"version": "1166847114203123797",
"id": "1092492867185950852",
"name": "describe",
"type": 1,
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/api-params/imagine.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"session_id": "$session_id",
"nonce": "$nonce",
"data": {
"version": "1118961510123847772",
"version": "1166847114203123795",
"id": "938956540159881230",
"name": "imagine",
"type": 1,
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ___ _(/ ___ __ __ _ __ __ _____/
.-/ .-/ .-/ / .-/
(_/ (_/ (_/ (_/

:: MidJourney Proxy :: v2.5.3
:: MidJourney Proxy :: v2.5.4
2 changes: 1 addition & 1 deletion src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knife4j:
description: 代理 MidJourney 的discord频道,实现api形式调用AI绘图
concat: novicezk
url: https://github.com/novicezk/midjourney-proxy
version: v2.5.3
version: v2.5.4
terms-of-service-url: https://github.com/novicezk/midjourney-proxy
group:
api:
Expand Down