FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update introduction.mdx by boutout79amar-del · Pull Request #489 · botpress/docs · GitHub

/ docs Public

Update introduction.mdx - #489

Open
boutout79amar-del wants to merge 1 commit into
botpress:masterfrom
boutout79amar-del:patch-1
Open

Update introduction.mdx#489
boutout79amar-del wants to merge 1 commit into
botpress:masterfrom
boutout79amar-del:patch-1

Conversation

Copy link
Copy Markdown

from openai import OpenAI

client = OpenAI(api_key="YOUR_API_KEY")

response = client.responses.create(
model="gpt-5",
input="مرحبا"
)

print(response.output_text)

from openai import OpenAI

client = OpenAI(api_key="YOUR_API_KEY")

response = client.responses.create(
    model="gpt-5",
    input="مرحبا"
)

print(response.output_text)

Copy link
Copy Markdown
Author

from openai import OpenAI

client = OpenAI(api_key="YOUR_API_KEY")

response = client.responses.create(
model="gpt-5",
input="مرحبا"
)

print(response.output_text)

Copy link
Copy Markdown
Author

Copy link
Copy Markdown
Author

نورالدين

Copy link
Copy Markdown
Author

``from openai import OpenAI

client = OpenAI(api_key="YOUR_API_KEY")

response = client.responses.create(
model="gpt-5",
input="مرحبا"
)

print(response.output_text)

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL