FatShibaInu

Results 6 issues of FatShibaInu

**Describe the bug/** A clear and concise description of what the bug is.(解释一下出了什么问题) pixel experience 9.0 (Android P)下,如果启用设备暗色主题,则小米推送服务APP内部分弹出菜单的背景色会变成暗色,然而文字却仍然是亮色模式下的黑色。 **To Reproduce** Steps to reproduce the behavior:(如何复现错误,也就是您的操作步骤) 1. 在设备设置中启用暗色模式 2. (示例)打开APP,尝试进入任意应用的修改权限界面 3....

### Class | 类型 大语言模型 ### Feature Request | 功能请求 当前版本下GPT_Academic的OPENAI系列模型是可以将指向api.openai.com的url重定向到用户自定义的地址的。然而,目前在wiki内未见到Gemini模型的相关配置参考。如果当前没有此功能支持的话,是否可以考虑后期的某一个版本添加相关支持? 备注: 原有的对Gemini API URL的定义位于````request_llms/com_google.py````内: `def __init__(self): self.url_gemini = "https://generativelanguage.googleapis.com/v1beta/models/%m:streamGenerateContent?key=%k"` ~~尽管可以直接对此URL进行编辑,但似乎并不是一种“优雅”的解决办法。~~ 另外,在GPT-Academic使用Gemini-Pro模型的相应速度似乎与通过```curl```直接调用有较大差距。

waiting feedback

### Class | 类型 大语言模型 ### Feature Request | 功能请求 # 现状 - 目前GPT Academic已具备完善的智谱AI的```glm-4```和```glm-3-turbo```支持,上述模型没有直接解读图片的能力。 - 根据GLM-4文档显示,```glm-4v```可以解读图片(~~虽然```glm-4v```的上下文长度仅有2k~~)。 - 目前GPT Academic对```glm-4v```尚无完整支持。 ## bridge_zhipu.py (Line 77) ``` if llm_kwargs["llm_model"] in ["glm-4v"]: have_recent_file,...

Need Help From Developers

### Class | 类型 大语言模型 ### Feature Request | 功能请求 Hello, ```Top-p```和```Temperture```可能会影响模型在部分任务下的性能。目前这两个参数可以通过UI指定(默认值为1)。 是否有计划在日后允许用户在```config.py```内预先指定这两个参数的默认值呢(但同时仍允许在UI内调整当前窗口的```Top-p```和```Temperture```数值)? Reference [GPT-4 API相应示例](https://community.openai.com/t/cheat-sheet-mastering-temperature-and-top-p-in-chatgpt-api/172683)

**Describe the bug(现象描述)** A clear and concise description of what the bug is.(简洁的描述该bug的现象) 系统自动软重启,应用管理进入自救模式。 **To Reproduce**(如何复现) Steps to reproduce the behavior:(复现步骤) 1.用户手动灭屏(可能是诱因) 2.几秒后系统不明原因软重启 3.bug发生 **Expected behavior**(期望结果) A clear and concise...

## What this pull request does - Add support for Gemini 1.5 Pro and Gemini 1.5 Flash. - Remove support for ```gemini-pro-vision```, which has been deprecated and does not work...