-
On windows 11. I have checked that both powershell / cmd have echo working properly. [This issue](https://github.com/jackMort/ChatGPT.nvim/issues/239#issue-1788496688) was the same but was marked clos…
-
**Describe the bug**
Example code is double wrong I think...
**To Reproduce**
Steps to reproduce the behavior:
1. Create any Bevy project on bevy 0.14
2. cargo add virtual_joystick
3. Add the …
-
如题
-
## Overview
This bountied issue is for the development of our LLM feature.
We've been discussing an LLM integration for a while. I've even created two ChatGPT GPTs to test out ideas. Now, I'm hopi…
-
### 前置确认
- [X] 我确认我运行的是最新版本的代码,并且安装了所需的依赖,在[FAQS](https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs)中也未找到类似问题。
### ⚠️ 搜索issues中是否已存在类似问题
- [X] 我已经搜索过issues和disscussions,没有跟我遇到的问题相关的issue
###…
-
- [x] Description created
- [x] Reviewed by peer: @manuw99
- [ ] Prioritised
# Description
In this research story we want to find out whether already existing ChatGPT can improve the quality of answ…
-
On installing using
```
~ pipx install llm
~ llm models
OpenAI Chat…
-
Here is a summary of everything made with ChatGPT to save some time:
For plugin developers, there are a few key takeaways from the given text:
Folia introduces regionised multithreading, which m…
-
OpenRouter models are listed and do work if I do `llm keys set openrouter`, but not with the `OPENROUTER_KEY` environment variable.
I've tried this on GitHub Workflows, on a local Ubuntu 22.04 cont…
-
希望可以提供
```
List plugins...;
openAiClient.chatCompletionWithPlugin(messages, plugins) ;
```
实现,由chatGPT决定调用plugins的其中一个,并自动调用该plugin。
我自己用map实现了函数名和对应函数的映射,根据GTP返回该调用的函数名去调用该函数.