Test with gemini LLM #457
Closed
eduardnaumov
started this conversation in
General
Replies: 1 comment
-
please update to the new version, now is available |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've seen a lot of successful trial here, but no one with Gemini. (Pro 1.5 is not supported).
I've got the following message (Colab, gemini-pro):
Any advice?
--- Executing Parse Node ---
--- Executing RAG Node ---
--- (updated chunks metadata) ---
ERROR:grpc._plugin_wrapping:AuthMetadataPluginCallback "<google.auth.transport.grpc.AuthMetadataPlugin object at 0x77ffc4a60220>" raised exception!
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/grpc/_plugin_wrapping.py", line 105, in call
self._metadata_plugin(
File "/usr/local/lib/python3.10/dist-packages/google/auth/transport/grpc.py", line 95, in call
callback(self._get_authorization_headers(context), None)
File "/usr/local/lib/python3.10/dist-packages/grpc/_plugin_wrapping.py", line 74, in call
self._callback(metadata, cygrpc.StatusCode.ok, None)
File "src/python/grpcio/grpc/_cython/_cygrpc/credentials.pyx.pxi", line 52, in grpc._cython.cygrpc._get_metadata.callback
File "src/python/grpcio/grpc/_cython/_cygrpc/metadata.pyx.pxi", line 43, in grpc._cython.cygrpc._store_c_metadata
File "src/python/grpcio/grpc/_cython/_cygrpc/grpc_string.pyx.pxi", line 40, in grpc._cython.cygrpc._encode
TypeError: Expected str, not <class 'pydantic.v1.types.SecretStr'>
Beta Was this translation helpful? Give feedback.
All reactions