a16z-infra / a16z-infra/ai-town
Isn't Azure OpenAI API key supported?
Abierto
enhancement
- Lenguaje dominante
- TypeScript
- Estrellas
- 10.5k
- Forks
- 1.2k
- Merge medio
- 1 d 1 h
- PR fusionados (30 d)
- 2
Descripción
When using my OpenAI API Key, a rate limit error will be reported because the card is not bound. Use the Azure OpenAI API Key to report this error:
```shell
failure
Uncaught Error: Embedding failed with code 401: {
"error": {
"message": "Incorrect API key provided: 913a2b0d********************0993. You can find your API key at https://platform.openai.com/account/api-keys.",
"type": "invalid_request_error",
"param": null,
"code": "invalid_api_key"
}
}
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.