You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report an Issue or Bug with the OpenAI PHP Client
3
+
title: "[Bug]: "
4
+
labels: ["bug"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Please fill out the following information to help us resolve your issue.
10
+
11
+
Keep in mind that this package is a PHP wrapper for the OpenAI API. If you have a question about the API itself, please refer to the [OpenAI API Documentation](https://platform.openai.com/docs/introduction) or reach out to the [OpenAI Community Forum](https://community.openai.com/categories).
12
+
- type: textarea
13
+
attributes:
14
+
label: Description
15
+
description: Provide a detailed description of the issue you are facing.
16
+
validations:
17
+
required: true
18
+
- type: textarea
19
+
id: steps-to-reproduce
20
+
attributes:
21
+
label: Steps To Reproduce
22
+
description: Provide detailed steps to reproduce your issue. If necessary, please provide a GitHub repository to demonstrate your issue.
23
+
validations:
24
+
required: true
25
+
- type: input
26
+
id: client-version
27
+
attributes:
28
+
label: OpenAI PHP Client Version
29
+
description: What version of our Package are you running? Please be as specific as possible
30
+
placeholder: v0.7.10
31
+
validations:
32
+
required: true
33
+
- type: input
34
+
id: php-version
35
+
attributes:
36
+
label: PHP Version
37
+
description: What version of PHP are you running? Please be as specific as possible
38
+
placeholder: 8.1.20
39
+
validations:
40
+
required: true
41
+
- type: textarea
42
+
id: notes
43
+
attributes:
44
+
label: Notes
45
+
description: Use this field to provide any other notes that you feel might be relevant to the issue.
0 commit comments