Roddyka Local AI Connector for Ollama

설명

This plugin provides Ollama integration for the PHP AI Client SDK using OpenAI-compatible endpoints.

Features:

  • Text generation via /v1/chat/completions
  • Dynamic model listing via /v1/models
  • Automatic provider registration
  • Keyless/local setup support

Requirements:

  • PHP 7.4 or higher
  • Ollama server available
  • WordPress AI Client plugin/runtime support

설치

  1. Upload the plugin files to /wp-content/plugins/roddyka-local-ai-connector-for-ollama/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure OLLAMA_API_BASE_URL (optional)

FAQ

Which endpoint does it use by default?

http://127.0.0.1:11434/v1

Does this plugin require an API key?

No. This provider is configured as keyless by default.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Roddyka Local AI Connector for Ollama”(을)를 번역하세요.

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

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

변경이력

0.1.0

  • Initial release
  • OpenAI-compatible text generation support for Ollama