soulteary / docker-chatgpt

< 10MB, One-click self-hosted ChatGPT, allowing access to various data sources and non-OpenAI models.
https://github.com/soulteary/sparrow
Do What The F*ck You Want To Public License
121 stars 21 forks source link

Configuration issue #4

Closed itxtl closed 1 year ago

itxtl commented 1 year ago
  MIDJOURNEY_API_SECRET: "123123"
  # => Midjourney API Address, eg: `"ws://...."`, or `"ws://host.docker.internal:8092/ws"`
  MIDJOURNEY_API_URL: "ws://localhost:8092/ws"

Do you need to set up the service locally by yourself? Are there any sample projects?

soulteary commented 1 year ago

that's a good question, the answer is yes. @itxtl

You can implement a midjourney service yourself to accomplish this.

The implementation cost is not high, but limited by the user agreement, there may be some risks in public and private implementations.

itxtl commented 1 year ago

Do you have any reference projects? Or do we need to use direct HTTP connection? Sorry, I'm not very familiar with Go language.