Linux 软件免费装
Banner图

Alpaca Bot

开发者 carmelosantana
更新时间 2024年4月22日 23:22
捐献地址: 去捐款
PHP版本: 8.1 及以上
WordPress版本: 6.4
版权: GPLv2 or later
版权网址: 版权信息

标签

ai chatbot embedding large language model ollama

下载

0.4.16 0.4.17

详情介绍:

Easily draft a post or page from any conversation. Dynamically create new content on the fly or with remote resources collected via agents. Alpaca Bot offers a familiar chat interface on both desktop and mobile. You can expect a seamless chat experience on any device! An Ollama instance is required. Ollama makes it incredibly easy to self-host large language models locally or in the cloud. If self-hosting isn't for you, please consider becoming a Patreon for access to our hosted Ollama instances and premium Discord support. Features Usage Text Completion You have two options to communicate with your AI models;
  1. Click Alpaca Bot found in the admin menu, below Dashboard and above Posts.
  2. Use the shortcode [alpacabot] to generate a response within any post or page.
Agents Use the [alpacabot_agent] shortcode to execute tasks on your behalf. Agents are a powerful way to empower your AI models to perform tasks on your behalf. For example, you can use the [alpacabot_agent] shortcode to retrieve content from a remote source. [alpacabot_agent]s can interact directly with your models and help summarize a webpage or rewrite content. Example Basic webpage summarization: html [alpacabot_agent name=summarize model=tinyllama url=https://example.com/] Shortcodes [alpacabot] - Chat with Alpaca Bot Chat with Alpaca Bot from any post or page. Attributes [alpacabot_agent] - Execute tasks on your behalf Execute tasks via Agents. Attributes The following are core attributes that are supported by all agents. Agent's communicating with Ollama support [alpacabot] attributes. Caching Requests can be cached by setting the cache attribute. cache supports short and long term options. By default responses are cached to the current post or page. Transient Numeric values are treated as seconds and will cache the response for the specified duration. Post Meta This is useful for caching responses permanently and associating them with a specific post or page. Option Use WordPress option storage to cache permanently but not associated with a specific post or page. This can be useful for sharing responses across multiple pages. Disable The following values can disable caching. Core Agents The following are core agents that are provided by the Alpaca Bot plugin. get Retrieve content from a remote source. Attributes summarize Summarize remote content. Attributes Support If you need help or have questions, please join our Discord community. Premium support and video calls are available to our Patreon subscribers. We can help setup your Ollama instance, troubleshoot issues, demonstrate shortcode functionality and more. Patreon's also receive; Please consider becoming a Patreon today! Made Possible By

安装:

Setup
  1. Setup your Ollama instance in one of the following ways:
  2. Install Ollama on your localhost or server.
  3. Become a Patreon and subscribe to Alpaca Bot to access our hosted Ollama instances and premium support.
  4. Add your Ollama API URL to the settings page by navigating to Alpaca Bot > Settings in your WordPress admin dashboard.
  5. Enter your Ollama API URL.
  6. Add your Alpaca Bot Username and API Application Password if you are using our hosted service.
  7. Click Save Changes.

屏幕截图:

  • Chat interface with a conversation history.
  • Drafting a post from generated responses.
  • Override system message for custom responses.
  • Custom assistant settings.
  • Shortcode examples.