Skip to content

Support for Azure Dall-e - #439

Merged
jhallard merged 22 commits into
openai:mainfrom
glecaros:glecaros/azure-dalle
Jun 6, 2023
Merged

Support for Azure Dall-e#439
jhallard merged 22 commits into
openai:mainfrom
glecaros:glecaros/azure-dalle

Conversation

@glecaros

@glecaros glecaros commented May 5, 2023

Copy link
Copy Markdown
Contributor

This PR updates #337 with updates for it to work with the latest API preview

Comment thread openai/api_requestor.py Outdated
Comment thread openai/api_resources/image.py Outdated
Comment thread openai/api_resources/image.py Outdated
Comment thread openai/api_resources/image.py Outdated
Comment thread openai/api_resources/image.py Outdated
Comment thread openai/api_requestor.py Outdated
Comment thread openai/api_resources/image.py Outdated
Comment thread openai/api_requestor.py Outdated
Comment thread openai/api_requestor.py
Comment thread openai/openai_response.py Outdated
Comment thread openai/api_resources/image.py
Comment thread openai/api_requestor.py Outdated
Comment thread openai/api_resources/image.py Outdated
Comment thread openai/api_requestor.py
Comment thread openai/api_resources/image.py
Comment thread openai/api_requestor.py
Comment thread openai/api_resources/image.py
Comment thread openai/api_requestor.py
Comment thread openai/api_requestor.py Outdated

@jhallard jhallard left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good and the checks for api_type are in-line with what already exists inside this repo. Before merging, can you confirm: have you tested this manually? There aren't any tests here but not much of this code looks like it requires testing. As long as you've done one end-to-end run I'll be happy.

Thanks!

@glecaros

glecaros commented Jun 6, 2023

Copy link
Copy Markdown
Contributor Author

Changes look good and the checks for api_type are in-line with what already exists inside this repo. Before merging, can you confirm: have you tested this manually? There aren't any tests here but not much of this code looks like it requires testing. As long as you've done one end-to-end run I'll be happy.

Thanks!

Hey, I have tested it manually. Once this is checked in we will add automation in our end to exercise it, thanks!

@glecaros

glecaros commented Jun 6, 2023

Copy link
Copy Markdown
Contributor Author

hey @jhallard, I have tested again using the latest set of changes and everything still looks good, so we are ready to merge, thanks for the review!

@jhallard
jhallard merged commit 6e159bf into openai:main Jun 6, 2023
@glecaros
glecaros deleted the glecaros/azure-dalle branch June 6, 2023 23:23
megamanics pushed a commit to devops-testbed/openai-python that referenced this pull request Aug 14, 2024
* This PR updates openai#337 with updates for it to work with the latest API preview

---------

Co-authored-by: Christian Mürtz <t-cmurtz@microsoft.com>
cgayapr pushed a commit to cgayapr/openai-python that referenced this pull request Dec 14, 2024
* This PR updates openai#337 with updates for it to work with the latest API preview

---------

Co-authored-by: Christian Mürtz <t-cmurtz@microsoft.com>
safa0 pushed a commit to safa0/openai-agents-python that referenced this pull request Apr 27, 2025
Thanks to awesome example `research_bot`

Fix andproduce and goodgrammar (and so on)

```python
>>> from examples.research_bot.agents import search_agent
>>> print(search_agent.INSTRUCTIONS)
You are a research assistant. Given a search term, you search the web for that term andproduce a concise summary of the results. The summary must 2-3 paragraphs and less than 300words. Capture the main points. Write succinctly, no need to have complete sentences or goodgrammar. This will be consumed by someone synthesizing a report, so its vital you capture theessence and ignore any fluff. Do not include any additional commentary other than the summaryitself.
```
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.

5 participants