-
**Describe the bug**
Attempting to run 'pip install langflow -U --pre' results in PIP resolvers.py error '_vendor.resolvelib.resolvers.ResolutionTooDeep: 200000'
**Version**
- Current installed …
-
### Description of the bug:
Since yesterday, I'm seeing a lot of 500 error code responses when making requests. Here is a request I made with the latest version of the GenerativeAIMultimodalSampleAp…
-
### Description of the feature request:
I try it in this way ( similar to the usage of 'models/embedding-001' )
`res_emb = genai.embed_content(model='models/embedding-gecko-001',
…
-
**Steps to reproduce the problem:**
1. Execute the following gptscript - `gptscript --debug --default-model='gemini-1.0-pro from github.com/gptscript-ai/google-provider' examples/bob.gpt`
2. This f…
-
### System Info
Name: langchain
Version: 0.0.344
Python 3.9.6
--(tags/v3.9.6:db3ff76, Jun 28 2021, 15:26:21) [MSC v.1929 64 bit (AMD64)] on win32
OS - Window 11
Programming language - …
-
2024-07-18 09:34:13,371 - VideoTrans - INFO - Wait to modify original language subtitles / continue
2024-07-18 09:34:13,371 - VideoTrans - INFO - 14 Automatically translated in seconds, you c…
-
### Feature request
Google's `gemini-pro` supports function calling. It would be nice to be able to use langchain to support function calling when using the `VertexAI` class similar to OpenAI and Ope…
lawwu updated
8 months ago
-
Found a bug? Please fill out the sections below. 👍
There should be a API configuration for Gemini Pro "apis" file
### Describe the bug
On the official doc, there should be a API configuration…
-
I am getting an error for the following code in Chapter 4:-
from langchain import PromptTemplate, OpenAI
from langchain.schema import StrOutputParser
llm = OpenAI()
prompt = PromptTemplate.from_…
-
There is a 500 error when using Gemini-provision.
I have tried so many times, if you want to create a muti-turn conversation with Gemini-pro-vision, you are not allowed to add any non-text part throu…