-
-
### 描述
1、我注意到Gemini有提供初始人格的功能,即Playground中的“System Instructions”,但是LLMS插件并没有提供设置它的能力,而AstrBot设置界面中的“初始人格设置”对Gemini不起作用。
2、Gemini能够自由调整内容的过滤等级(即安全选项),使它的内容生成过滤更宽松或更严格。
请问这些功能能否在AstrBot或LLMS插件中实现?
#…
-
### Service
OpenAI
### Describe the bug
Google blogged about how they now expose an OpenAI-compatible endpoint for gemini:
https://developers.googleblog.com/en/gemini-is-now-accessible-from-the-ope…
-
## Description
Enhance the existing AI bot **Lisa** in Beckn-Gemini with several key improvements. These enhancements will make Lisa more robust, flexible, and capable of handling various user inputs…
-
# Game summary
- Game name: Jet Force Gemini
- Game version: Pal
# Daedalus X64 summary
- Version: v 0.1
# Issues
The menu is glitched, missing textures and fonts, flickers all the tim…
-
heard a lotta good things about the model. we should try and add support for google as a provider.
-
file:///C:/Users/gg/node_modules/@google/generative-ai/dist/index.mjs:454
throw new GoogleGenerativeAIResponseError(`${formatBlockErrorMessage(response)}`, response);
…
-
code to use audio transcription using ai :
import os
import google.generativeai as genai
genai.configure(api_key=os.environ["GEMINI_API_KEY"])
def upload_to_gemini(path, mime_type=None):
"…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue]…
-
### Description of the bug:
I am using this script for gemini api to generate image:
```
import os
import google.generativeai as genai
genai.configure(api_key=os.environ['GEMINI_API_KEY'])
…