Skip to content
New issue

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 doesn't offer openrouter when it should #107

Closed
cschneid opened this issue May 3, 2024 · 0 comments
Closed

plandex models add doesn't offer openrouter when it should #107

cschneid opened this issue May 3, 2024 · 0 comments
Assignees

Comments

@cschneid
Copy link

cschneid commented May 3, 2024

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.

$ 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
@danenania danenania self-assigned this May 6, 2024
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

No branches or pull requests

2 participants