We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plandex models add
Minor UX issue:
Showing available models shows a handful of openrouter models, but add doesn't offer Openrouter as a default option.
add
I have both OPENAI_API_KEY and OPENROUTER_API_KEY set, and not a together key.
$ plandex models available 🏠 Built-in Models +------------+---------------------------------------+------------+--------------------+ | PROVIDER | NAME | 🪙 | 🔑 | +------------+---------------------------------------+------------+--------------------+ | openai | gpt-4-turbo | 128000 | OPENAI_API_KEY | | openai | gpt-4-turbo-2024-04-09 | 128000 | OPENAI_API_KEY | | openai | gpt-4-turbo-preview | 128000 | OPENAI_API_KEY | | openai | gpt-4-0125-preview | 128000 | OPENAI_API_KEY | | openai | gpt-4-1106-preview | 128000 | OPENAI_API_KEY | | openai | gpt-4 | 8000 | OPENAI_API_KEY | | openai | gpt-3.5-turbo | 16385 | OPENAI_API_KEY | | openai | gpt-3.5-turbo-0125 | 16385 | OPENAI_API_KEY | | openai | gpt-3.5-turbo-1106 | 16385 | OPENAI_API_KEY | | openrouter | anthropic/claude-3-opus | 200000 | OPENROUTER_API_KEY | | openrouter | anthropic/claude-3-opus | 200000 | OPENROUTER_API_KEY | | openrouter | anthropic/claude-3-sonnet | 200000 | OPENROUTER_API_KEY | | openrouter | anthropic/claude-3-haiku | 200000 | OPENROUTER_API_KEY | | together | mistralai/Mixtral-8x22B-Instruct-v0.1 | 65536 | TOGETHER_API_KEY | | together | mistralai/Mixtral-8x7B-Instruct-v0.1 | 32768 | TOGETHER_API_KEY | | openrouter | google/gemini-pro-1.5 | 2800000000 | OPENROUTER_API_KEY | +------------+---------------------------------------+------------+--------------------+ plandex models available --custom 👉 show available custom models only plandex models 👉 show current plan model settings plandex set-model 👉 update current plan model settings plandex models delete 👉 delete a custom model $ plandex models add ? Select provider: > openai together custom
The text was updated successfully, but these errors were encountered:
a940d2f
danenania
No branches or pull requests
Minor UX issue:
Showing available models shows a handful of openrouter models, but
add
doesn't offer Openrouter as a default option.I have both OPENAI_API_KEY and OPENROUTER_API_KEY set, and not a together key.
The text was updated successfully, but these errors were encountered: