bclswl0827 / ChatGemini

✨ ChatGemini 是一个基于 Google Gemini 的网页客户端,对标 ChatGPT 3.5,操作逻辑同 ChatGPT 3.5 一致,同时支持在聊天中上传图片,应用会自动调用 Gemini-Pro-Vision 模型进行识图。
http://ibcl.us/ChatGemini/
MIT License
904 stars 247 forks source link

请问如何修改API地址为1.5版本的 #32

Closed do02fw closed 4 months ago

do02fw commented 4 months ago

这是官方给的例子 curl \ -H 'Content-Type: application/json' \ -d '{"contents":[{"parts":[{"text":"Write a story about a magic backpack"}]}]}' \ -X POST https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent?key=YOUR_API_KEY

但是不知道格式是什么,REACT_APP_GEMINI_API_URL=应该填什么

do02fw commented 4 months ago

解决了,很简单,加个启动参数设置版本号就行了

wansenlyt commented 4 months ago

解决了,很简单,加个启动参数设置版本号就行了

请问具体是如何解决的?谢谢你