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
**OpenAI PHP** for Symfony is a supercharged community PHP API client that allows you to interact with the [Open AI API](https://beta.openai.com/docs/api-reference/introduction).
2
12
3
13
> **Note:** This repository contains the integration code of the **OpenAI PHP** for Symfony. If you want to use the **OpenAI PHP** client in a framework-agnostic way, take a look at the [openai-php/client](https://github.com/openai-php/client) repository.
@@ -26,9 +36,10 @@ using environment variables:
26
36
27
37
```env
28
38
OPENAI_API_KEY=sk-...
39
+
OPENAI_ORGANIZATION=...
29
40
```
30
41
31
-
Finally, you may use the `openai` service to access the OpenAI API:
42
+
Finally, you may use the `openai` service to access the OpenAI API:
0 commit comments