AI Provider for OpenAI

설명

This plugin provides OpenAI integration for the PHP AI Client SDK. It enables WordPress sites to use OpenAI’s GPT models for text generation, DALL-E for image generation, and other AI capabilities.

Features:

  • GPT 모델을 활용한 텍스트 생성
  • DALL-E 모델을 활용한 이미지 생성
  • 함수 호출 지원
  • 웹 검색 지원
  • Automatic provider registration

Available models are dynamically discovered from the OpenAI API, including GPT models for text generation, DALL-E and GPT Image models for image generation, and TTS models for text-to-speech.

Requirements:

  • PHP 7.4 이상
  • For WordPress 6.9, the wordpress/php-ai-client package must be installed
  • For WordPress 7.0 and above, no additional changes are required
  • OpenAI API key

설치

  1. Upload the plugin files to /wp-content/plugins/ai-provider-for-openai/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure your OpenAI API key via the OPENAI_API_KEY environment variable or constant

FAQ

How do I get an OpenAI API key?

Visit the OpenAI Platform to create an account and generate an API key.

Does this plugin work without the PHP AI Client?

No, this plugin requires the PHP AI Client plugin to be installed and activated. It provides the OpenAI-specific implementation that the PHP AI Client uses.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“AI Provider for OpenAI”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“AI Provider for OpenAI”(이)가 17 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “AI Provider for OpenAI”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.3

  • Add a provider logo to the metadata if the client version > 1.3.0 (#19).
  • Fix mapping of models that support multimodal inputs (#22).

1.0.2

  • Add plugin directory assets by @shaunandrews in https://github.com/WordPress/ai-provider-for-openai/pull/7
  • Update tags in readme.txt by @jeffpaul in https://github.com/WordPress/ai-provider-for-openai/pull/9
  • Fix missing input and output modality combinations. by @felixarntz in https://github.com/WordPress/ai-provider-for-openai/pull/11
  • Add provider description by @felixarntz in https://github.com/WordPress/ai-provider-for-openai/pull/12

1.0.1

  • Initial release of the plugin
  • Support for GPT text generation models
  • Support for DALL-E image generation models
  • 함수 호출 지원
  • 웹 검색 지원

1.0.0

  • Initial release of the Composer package