forked from xinglong-zhang/chemsmart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.env.example
More file actions
18 lines (16 loc) · 765 Bytes
/
Copy pathapi.env.example
File metadata and controls
18 lines (16 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# chemsmart agent — LLM provider credentials
# Copy this file to api.env and fill in your key.
# api.env is gitignored and will never be committed.
#
# The chemsmart agent reads two values from api.env (or the process environment):
#
# AI_PROVIDER — which provider's gateway to use ("openai" or "anthropic").
# ai_api_key — the API key for the selected provider (note: lowercase).
#
# Only the key that matches AI_PROVIDER is needed; the other one can stay
# blank or be omitted entirely. The variable name is `ai_api_key` regardless
# of provider (not OPENAI_API_KEY / ANTHROPIC_API_KEY) — the loader switches
# on AI_PROVIDER, so a single key field is enough.
AI_PROVIDER=openai
# Required: API key for the provider selected above.
ai_api_key=