Andy963
Andy963
+1, release 里面下的1.7.20 在使用SS(2022-blake3-aes-128-gcm)也无法使用, 提示:context deadline exceeded( 在ios 小火箭, windows上通过qv2ray都正常)
it seems that the code in [Gemini API Overview](https://ai.google.dev/docs/gemini_api_overview) is not correct, ``` model = genai.GenerativeModel('gemini-pro-vision') cookie_picture = [{ 'mime_type': 'image/png', 'data': Path('cookie.png').read_bytes() }] prompt = "Do these look store-bought...
@holymode @LukeSamkharadze this should be fixed by #229, try to updated to version 0.4.1
> Still getting same error if using transport="rest" and generate_content_async `TypeError: Unexpected type of call ` > > google-generativeai==0.4.1 @P1nk-L0rD Please provide a minimal reproducible example ,so that we can...
@P1nk-L0rD yes,there are some problem with the rest transport, you can try "grpc_asyncio" in this condition
need more info about your system, the apt-get install work on system like ubuntu but not centos..
i have updated to the gpt-3.5-turbo, but i change the database to sqlite, and i'm not good at docker things, so can't pr
one of the situation was : the ai generated an answer which is proteced by citation, so, the candidates will be like this: > candidates [index: 0 > finish_reason: RECITATION...
which version? can you show more details: the minimal reproduce code snippet
did you try this safety setting: `safety_settings = [ {"category": "HARM_CATEGORY_HARASSMENT", "threshold": "BLOCK_NONE"}, {"category": "HARM_CATEGORY_HATE_SPEECH", "threshold": "BLOCK_NONE"}, {"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT", "threshold": "BLOCK_NONE"}, {"category": "HARM_CATEGORY_DANGEROUS_CONTENT", "threshold": "BLOCK_NONE"}, ]`