Typing Mind

Featherless can power your sessions in Typing Mind and this article shows you how to reconfigure your install.


TypingMind

  1. Choose OpenAI compatible API in the API type.

  2. Enter Endpoint https://api.featherless.ai/v1/chat/completions

  3. Choose a Model from https://featherless.ai/models and copy its model ID.

  4. The context length depends on the model’s class. Using 4096 as a starters. You can find the max model’s context length from the class in the model type section here

  5. You will add a custom headers with it’s key authorization and the key will be Bearer <Your-API-Key-Here>

  6. Then add a custom body params as a number the key will be max_tokens and the amount can be anywhere up to 4096. This will be the length of your responses