We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b7a8c commit c27b105Copy full SHA for c27b105
.env.example
@@ -11,9 +11,9 @@ OPENROUTER_API_KEY=
11
LLAMA_API_KEY=
12
13
# Provider API URLs (optional - defaults provided)
14
-# CEREBRAS_API_URL=https://api.cerebras.ai/v1/chat/completions
15
-# OPENROUTER_URL=https://openrouter.ai/api/v1/chat/completions
16
-# LLAMA_API_URL=https://api.openrouter.ai/v1/chat/completions
+# CEREBRAS_API_URL=https://inference-docs.cerebras.ai/quickstart
+# OPENROUTER_URL=https://openrouter.ai/settings/keys
+# LLAMA_API_URL=https://llama.developer.meta.com/docs/overview/
17
18
# Provider Timeouts (milliseconds)
19
# CEREBRAS_TIMEOUT=30000
0 commit comments