openai-python icon indicating copy to clipboard operation
openai-python copied to clipboard

The official Python library for the OpenAI API

Results 204 openai-python issues
Sort by recently updated
recently updated
newest added

Fixes: #111 (sort of) With this PR, we support Github Actions for `openai-python`. For every push or pull request for the "main" branch, we run Gitleaks, isort, flake8, black, and...

[This PR](https://github.com/openai/openai-python/pull/29) introduces time estimation functionality for fine-tuning tasks. We observed in our experiments that estimated values are pretty inaccurate and have a few questions and suggestions: **Question 1: Is...

We should enable consistent formatting and require PRs to have that formatting

enhancement

I am testing out an application, and am using the `user` field to set which user has made a request. From the docs, it says that OpenAI uses this to...

enhancement

Hello, first of all many thanks for this great library ! 🙏 When preparing data for multiclass classification for fine-tuning and accepting the split into train and validation data, I...

enhancement

I am fine tuning various models which have different styles of prompts. In inference I need to style the prompts adequately for each model. It would be great if it...

enhancement

After fine tuning gpt3 for text generation, so how I can know f1 score using openai cli ?

Hi everyone, I'm messing around with the library a bit as I try to use it in conjunction with Kivy. The project as such works when executing the venv virtualization...

there is a py.typed file in the repository but it doesn't look like any of the code actually has types. Types are handy for catching bugs, but if that's not...

Hello, we are getting this issue in our production environment, but seems to be working fine locally. Do you know what the issue might be? ``` Traceback (most recent call...