Git Product home page Git Product logo

Comments (5)

antergone avatar antergone commented on July 24, 2024 2
  1. 拉取最新代码,重新构建镜像
  2. 执行时,配置环境变量, GEMINI_API_KEY必须配置,API_BASE_URL根据情况配置。
docker run -d --name GeminiProChat -p 3000:3000 -e GEMINI_API_KEY=AIzaSy1234567890 -e API_BASE_URL=https://palmdemo.vercel.app/ demo_image

from geminiprochat.

babaohuang avatar babaohuang commented on July 24, 2024

目前推荐使用vercel部署(完全免费),请查看说明文档。docker有bug,暂时不推荐。

from geminiprochat.

nice2cu1 avatar nice2cu1 commented on July 24, 2024
  1. 拉取最新代码,重新构建镜像
  2. 执行时,配置环境变量, GEMINI_API_KEY必须配置,API_BASE_URL根据情况配置。
docker run -d --name GeminiProChat -p 3000:3000 -e GEMINI_API_KEY=AIzaSy1234567890 -e API_BASE_URL=https://palmdemo.vercel.app/ demo_image

可以了,感谢

from geminiprochat.

Eventidus avatar Eventidus commented on July 24, 2024
RL=https://palmdemo.ve

请教一下最后面的demo_image是哪个

from geminiprochat.

antergone avatar antergone commented on July 24, 2024
RL=https://palmdemo.ve

请教一下最后面的demo_image是哪个

你自己build出来的那个,也就是docker build -t {image_name} 这里的image_name , docker相关的操作,自行通过搜索引擎学习

from geminiprochat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.