Usage

Currently, interaction with Vivian is done through our API. It's our vision to make Vivian accessible across different platforms catering to user preference which is why our API is compatible with any platform supporting OpenAI integration.

Silly Tavern

To interact with Vivian using Silly Tavern, follow these instructions:

  1. Set the following settings:

    NameValue
    APIChat Completion
    Chat Completion SourceCustom (OpenAI-compatible)
    Custom Endpoint (Base URL)https://api.vivian.animusai.co
    Custom API KeyLeave this blank
    Enter a Model IDLeave this blank
    Available ModelsLeave this blank

    Settings Image Placeholder

  2. Select Additional Parameters and adjust as shown below: Include Body Parameters

- temperature: 0.65
- top_k: 80
- top_p: 0.95
- max_tokens: 200
- repetition_penalty: 1.2

Include Request Parameters

- Authorization: Bearer <your_animus_api_key>

Additional Params Image Placeholder

An option to manage the max_token size is available here. Vivian's capacity is a 4k context window, which is set to expand shortly.

For API key, use the key given at the time of subscription to a plan.

  1. Disable streaming by going to API Response Configuration and uncheck streaming. Streaming is currently disabled in the API and will be available in a future update.