-
There is no model of this name. My API Key (fresh from OpenAI) is classed as 'invalid'
I am also told that Openai 0.28 is preferable to Openai 1.0.0!!!
I'm stuck!
-
In the following line `this.` is missing.
https://github.com/kolbytn/mindcraft/blob/a6edd8fc44813e01c4decfda3d6b6ee018671620/src/models/gpt.js#L47
making the code to throw the following message:
…
-
### Feature Description
Hi @dosu and @logan-markewich ,
We have 'azure' model when I put our model 'azure-gpt-4o' llm = OpenAI(temperature=0.1, model="azure-gpt-4o"). I got error:
ValueError: Unk…
-
I am Zhiqiu Lin, a final-year PhD student at Carnegie Mellon University working with Prof. Deva Ramanan. Your work on MIR is very interesting!
I wanted to share [NaturalBench](https://arxiv.org/ab…
-
# 遇到的问题
在simple-one-api代理百度千帆、讯飞星火、Google gemini和CF 的AI,每次访问都会随机到上述AI的一种,有没有方法能通过URL指定所使用的后台AI ?我查找过文档,指定过models,但没用。
# config.json
```
{
"log_level": "prod",
"server_port": ":9090",
"api…
-
**Describe the bug**
I am using VS code insider in admin mode.
In backend .env I entered my AI keys:
OPENAI_API_KEY=sk-2siLny...
ANTHROPIC_API_KEY=sk-ant-api0...
When drag/drop an .mp4 vide…
-
I encountered the following error: cannot unmarshal number into Go struct field GeneralOpenAIRequest.logprobs of type bool, very strange, can anyone help?
-
### System information
Windows 11 24H2
26100.2314
zfswin-2.2.6rc9
zfs-kmod-zfswin-2.2.6rc9
### Describe the problem you're observing
Sometimes after booting the PC, the script I run that impor…
-
请问一下大佬,
我在执行导出 .pt 文件的时候,可以导出bert_model.pt ssl_model.pt,但继续的时候就报错了。看起来是按中文去处理参考文本导致后续传参有问题了?(后面试了下就算改了 `get_phones_and_bert(` 后面的 "all_zh" 为 "en" 也还是会报错)
执行命令:
`python GPT_SoVITS/export_torch_scrip…
-
We should be able to use AI to do arithmetic like `a + b`. For example:
```ts
import { IsEvenAiOpenAi } from "is-even-ai";
const isEvenAiOpenAi = new IsEvenAiOpenAi(
{
// won't need thi…