-
Where do we get ?
```python
google.generativeai
```
for this operation to go through
```python
import google.generativeai as genai
```
-
### Before You Report a Bug, Please Confirm You Have Done The Following...
- [X] I have updated to the latest version of the packages.
- [ ] I have searched for both [existing issues](https://gith…
-
Found a bug? Please fill out the sections below. 👍
![image](https://github.com/OthersideAI/self-operating-computer/assets/152047441/b783d5b0-0509-4452-8261-b86b9cf85e9e)
My system Fedora 39
###…
-
### The Feature
There is a safety setting in [google.generativeai](https://github.com/google/generative-ai-python/blob/main/google/generativeai/types/safety_types.py) api. Add Add saftey settings a…
-
When I run the code below, always got server 500 error.
```@tool
def multiply(first_int: int, second_int: int) -> int:
"""Multiply two integers together."""
return first_int * second_int
…
-
There are two types of Google Cloud Generative AI:
1. Google AI Gemini API
```cs
// Google AI with an API key
var model = new GenerativeModel(apiKey: "your API key", model: Model.G…
-
These always fail for me on build so I have to comment out generativeAI from package.swift and delete the gemini.swift file from LLMs in my fork, may be because I'm in Canada and Gemini isn't availabl…
-
### 操作系统
Windows
### Python 版本
3.10.11
### AI Vtuber 版本
20240726
### 描述问题
```
e:\GitHub_pro\AI-Vtuber\Miniconda3\lib\site-packages\rotary_embedding_torch\rotary_embedding_torch.py:35: FutureWa…
-
### Description of the bug:
I get lots of intermittent 500 errors (lots and lots!) but this request gives consistent 500 errors:
```json
{"contents":
[
{"role":"user","parts":[{"text":""…
ianb updated
6 months ago
-
### Feature request
Add a progress bar to `GooglePalmEmbeddings.embed_documents()` function. [tqdm](https://github.com/tqdm/tqdm) would work just fine.
In my opinion, all embedders should have a p…
ugm2 updated
9 months ago