Skip to content

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

@boutout79amar-del
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)
@boutout79amar-del
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)

@boutout79amar-del
Copy link
Copy Markdown
Author

104b2b613ca32b6bac89f7d2772061be

@boutout79amar-del
Copy link
Copy Markdown
Author

نورالدين

@boutout79amar-del
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)

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