Skip to content

Commit

Permalink
Merge pull request #2 from spryker-eco/feature/demo/dev-ai-integratio…
Browse files Browse the repository at this point in the history
…ns-fixes

Fixed Transfer definitions + meta files adjustments.
  • Loading branch information
spryker-release-bot authored Sep 17, 2024
2 parents 54eef22 + 094f95d commit db200a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# OpenAi Module
[![CI](https://github.com/spryker-eco/open-ai/workflows/CI/badge.svg?branch=master)](https://github.com/spryker-eco/open-ai/actions?query=workflow%3ACI+branch%3Amaster)
[![Latest Stable Version](https://poser.pugx.org/spryker-eco/open-ai/v/stable.svg)](https://packagist.org/packages/spryker-eco/open-ai)
[![License](https://img.shields.io/github/license/spryker-eco/open-ai.svg?b=master)](https://github.com/spryker-eco/open-ai)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)

OpenAi module provides integration with OpenAI API.

Expand Down
2 changes: 1 addition & 1 deletion src/SprykerEco/Shared/OpenAi/Transfer/open_ai.transfer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<transfer name="OpenAiChatRequest" strict="true">
<property name="message" type="string"/>
<property name="user" type="string"/>
<property name="promptData" type="array"/>
<property name="promptData" type="array" singular="promptData"/>
<property name="model" type="string"/>
</transfer>

Expand Down

0 comments on commit db200a5

Please sign in to comment.