racknerd搭建freegpt35

101 次阅读

本文最后更新于 2026年5月11日。

http://107.174.250.229:3040/v1/

http://107.174.250.229:3040/v1/chat/completions

version: "3.7"
networks:
  1panel-network:
    external: true
services:
  freegpt35:
    image: ghcr.io/missuo/freegpt35
    container_name: freegpt35
    ports:
      - "3040:3040"
    restart: unless-stopped
    networks:
      - 1panel-network

日志

💡 Server is running at http://localhost:3040

🔗 Local Base URL: http://localhost:3040/v1
🔗 Local Endpoint: http://localhost:3040/v1/chat/completions

📝 Original TS Source By: Pawan.Krd
📝 Modified By: Vincent

访问api地址提示找不到,不知道什么原因。