Skip to content

add openai integration + sqlite3 local db#6

Merged
amruth-sn merged 1 commit intomainfrom
readme/update-model-configs
Mar 16, 2026
Merged

add openai integration + sqlite3 local db#6
amruth-sn merged 1 commit intomainfrom
readme/update-model-configs

Conversation

@amruth-sn
Copy link
Copy Markdown
Owner

@amruth-sn amruth-sn commented Mar 16, 2026

Summary by cubic

Adds OpenAI provider support and a local SQLite-backed config store, plus a first-run setup wizard and provider-aware cost tracking. Updates the README with multi-provider usage, new env vars, and CLI flags.

  • New Features

    • Multi-provider LLM support: Anthropic (Claude) and OpenAI (GPT-4o), with smart routing.
    • kong setup wizard to configure providers and default models.
    • SQLite config store under ~/.config/kong (override with KONG_CONFIG_DIR).
    • Provider-aware token and cost tracking, pricing registry, and model limits/rate limiter.
    • CLI: --provider and --model flags; examples updated.
    • Docs list anthropic and openai SDKs.
  • Migration

    • Set at least one API key: ANTHROPIC_API_KEY or OPENAI_API_KEY.
    • Run kong setup once to choose a default provider/model.
    • Use --provider openai and optional --model to override per run.

Written for commit b9db0c5. Summary will update on new commits.

@amruth-sn amruth-sn merged commit e2735af into main Mar 16, 2026
5 checks passed
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant