-
The environment is:
$ distribution
Darwin 21.6.0 (macOS Monterey Version 12.6.3)
$ python --version
Python 3.10.11
$ pip --version
pip 23.1.1 from /opt/local/Library/Frameworks/Python.framewo…
-
Pretty sure it's not leveraging the new model right?
-
**Edit: aaaaand done https://github.com/TheoKanning/openai-java/pull/135**
As I do not see a `discussions` tab for this repository, let's start a conversation on implementing the new Chat completio…
-
Hi, I noticed that your OpenAI API key is displayed in the README.md. OpenAI has stated that you shouldn’t share or publicize your API key with others as it could be used by someone with a malicious i…
-
Im using the example code from the playground:
```
const { Configuration, OpenAIApi } = require("openai");
const configuration = new Configuration({
apiKey: process.env.OPENAI_API_KEY,
});…
-
@crguezl Buenos días.
En la práctica ya he creado las dos rutas /pet y /image, donde en /pet está el generador de nombres mientras que en /image he implementado la obtención de una imagen de OpenAi y…
-
### Describe the bug
**_Hello gradio developers:_**
I have noticed a serious bug with the **gradio3.19.1 version** I use. When I use the gradio.Markdown() component, any gradio.Markdown () that co…
-
# Bug report
## Describe the bug
When using Next's API routes, chunks that are written with `res.write` aren't sent until after `res.end()` is called.
## To Reproduce
Steps to reproduce th…
-
See:
* [OpenAI's latest GPT-3 model generates better and longer texts](https://the-decoder.com/openais-latest-gpt-3-model-generates-better-and-longer-texts/)
* [Playground - OpenAI API](https://beta…
-