-
Hey folks so here is my recommended gameplan for our goal to be able to take arbitrarily formatted scripts and convert them all to the same format of our choosing. We will begin in integrate our solu…
-
### This issue is for a: (mark with an `x`)
Using my MSDN VS Professional Subscription:
```
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation is…
-
Let's implement chunking in the same way it was done in LLM2 to allow summarizing texts that are longer than the model context size.
* Implement chunking (maybe have the chunking logic in a service s…
-
请问一下大佬,
我在执行导出 .pt 文件的时候,可以导出bert_model.pt ssl_model.pt,但继续的时候就报错了。看起来是按中文去处理参考文本导致后续传参有问题了?(后面试了下就算改了 `get_phones_and_bert(` 后面的 "all_zh" 为 "en" 也还是会报错)
执行命令:
`python GPT_SoVITS/export_torch_scrip…
-
I have access to Chat GPT-4. I'll make it possible for certain users to trigger Chat GPT-4 mode.
-
**Is your feature request related to a problem? Please describe.**
We should provide an interface for structural pruning methods, such as N
pruning based on weight magnitude or methods like Wanda,…
-
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…
-
**In the recent update 1.6.4 the tool_calls of the messages are being deleted**
```python
client = instructor.from_openai(
OpenAI(), mode=instructor.Mode.TOOLS
)
info = client.chat.…
R-I-R updated
15 hours ago
-
### 尊敬的作者
你好,最新版本中:
- 上传文件,似乎只能使用gpt-4-all和gpt-4o-all,能否自己指定可以上传文件的模型?或者自动检测当前模型是否支持文件上传,不局限于上述两个模型。
- 识图模型,能不能让用户自行选择,不使用默认的识图模型?我已认真阅读readme,但是没找到解决我上述两个问题的办法。
-
Hello everyone.
I am trying to use this library with Azure's Cognitive OpenAi deployment. I am new to this stuff but after creating my openai resource and deployment it appears that the endpoint do…