-
Gem version: 0.15.2
Seems like URI dependency is overlooked for
this:
## input
```
llm = Langchain::LLM::GoogleGemini.new(api_key: ENV["GEMINI_API_KEY"])
llm.chat(messages: [{role: "user", co…
-
Last night I did the demo04 and for some strange reason it STOPPED working. It was working 2 nights ago.
I wonder if one of the many changes I did in the past 48h changed it.
* this morning it was…
-
**Describe the bug**
An HTTP error is thrown. I debugged a bit, and it looks like there's an issue with what's being passed in via `tools:`.
**To Reproduce**
```ruby
llm = Langchain::LLM::Google…
-
Anki 23.12.1 (1a1d4d54) (ao)
Python 3.9.15 Qt 6.6.1 PyQt 6.6.1
Platform: Windows-10-10.0.19045
Traceback (most recent call last):
File "C:\Users\ankit\AppData\Roaming\Anki2\addons21\149564514…
-
**例行检查**
[//]: # (方框内删除已有的空格,填 x 号)
+ [x] 我已确认目前没有类似 issue
+ [x] 我已确认我已升级到最新版本
+ [x] 我已完整查看过项目 README,尤其是常见问题部分
+ [x] 我理解并愿意跟进此 issue,协助测试和提供反馈
+ [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能…
-
Hi! So my code looks like this:
```
export const getGoogleGeminiResponse = async (chat, options, stream_update, max_retries = 5) => {
const APIKey = getPreferenceValues()["GeminiAPIKey"];
cons…
-
### System Info
OS version: win11
Python version: 3.11
The current version of pandasai being used: 2.0.36
### 🐛 Describe the bug
The sample data appears in the prompt even set enforce_privacy Tru…
-
**Task Description**
Create LLM classes for OpenAI, Claude Opus and Google Gemini, with a design that allows easy addition of other models in the future. This is a typescript based es module NodeJS m…
-
### System Info
OS version: windows11
Python version: 3.11
The current version of pandasai being used: 2.0.3
### 🐛 Describe the bug
```
import pandas as pd
from pandasai.llm import Google…
-
### 🚀 The feature
Clarification question and explain to support replying in the same language as query.
### Motivation, pitch
Motivation, pitch:
Now we can query in any language and the PandasAI…