Packages

Extreme minimal AI assistant with persistent PTY, recursive sub-agents, and CLI-based MCP/browser integration (mcporter, agent-browser)

Retired package: Release invalid - Deprecated due to missing config files

Current section

Files

Jump to
eai config models deepseek.exs
Raw

config/models/deepseek.exs

import Config
config :eai, :model_deepseek,
name: :deepseek,
model: "deepseek-v4-pro",
url: "https://api.deepseek.com/chat/completions",
provider: :openai_compat,
api_key_env: "DEEPSEEK_API_KEY",
reasoning_effort: "high",
receive_timeout: 120_000