You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On first startup, if ``--model`` is not set, and no API keys are set in the config or environment it will be prompted for. It will then auto-detect the provider, and save the key in the configuration file.
12
+
gptme "hello" -m openai/gpt-5
13
+
gptme "hello" -m anthropic # will use provider default
14
+
gptme "hello" -m openrouter/x-ai/grok-4
15
+
gptme "hello" -m deepseek/deepseek-reasoner
16
+
gptme "hello" -m gemini/gemini-2.5-flash
17
+
gptme "hello" -m groq/llama-3.3-70b-versatile
18
+
gptme "hello" -m xai/grok-beta
19
+
gptme "hello" -m local/llama3.2:1b
22
20
23
21
You can list the models known to gptme using ``gptme '/models' - '/exit'``
24
22
23
+
On first startup API key will be prompted for if no model and no API keys are set in the config/environment. The key will be saved in the configuration file, the provider will be inferred, and its default model used.
24
+
25
25
Use the ``[env]`` section in the :ref:`global-config` file to store API keys using the same format as the environment variables:
0 commit comments