Skip to content

polterguy/together-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Together AI plugin allowing you to use them as your LLM

Configuration

To use you've got to override the default slots used for chatting with an LLM as follows in your configuration object.

{
  "magic": {
    "together_ai": {
      "token": "ta_TOKEN_HERE",
      "model": "deepseek-r1/DeepSeek-R1-OR-MODEL-YOU-WISH-TO-RUN",
      "max_tokens": 128000_MAX_TOKEMS_ABOVE_MODEL_CAN_HANDLE
    },
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors