chunzha
chunzha
> 你不改名字肯定一样啊 不太懂render,需要fork+改名字吗?
好像没有image_recognition这个配置?
same problem, any solution?
> Hey. Can you try the latest version to make sure the problem still exists? I had tried and work for me
gemini 1.5有API可以用了吗?我看好像还只能在谷歌的网页上用
curl https://generativelanguage.googleapis.com/v1beta/models?key=$API_KEY { "models": [ { "name": "models/chat-bison-001", "version": "001", "displayName": "PaLM 2 Chat (Legacy)", "description": "A legacy text-only model optimized for chat conversations", "inputTokenLimit": 4096, "outputTokenLimit": 1024, "supportedGenerationMethods": [...
same for me. it's that any solutions?
I found that it can be used in OpenAI, but got a 403 error when using it on Ollama...
> Indeed, I have encountered the same issue when attempting to utilize the "system prompt." Regrettably, the final response consistently yields an unfavorable outcome, namely, an "invalid history size" error....
That's weird, because **len(history) % 2** would never **== 3**, for example, I think you can try this instead: **history = [msg.content for msg in body.messages if msg.role != "_system1_"]...