forked from crmne/ruby_llm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (17 loc) · 944 Bytes
/
.env.example
File metadata and controls
24 lines (17 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OPENAI_API_KEY=$(op read "op://RubyLLM/OpenAI/credential")
ANTHROPIC_API_KEY=$(op read "op://RubyLLM/Anthropic/credential")
GEMINI_API_KEY=$(op read "op://RubyLLM/Gemini/credential")
DEEPSEEK_API_KEY=$(op read "op://RubyLLM/DeepSeek/credential")
AWS_ACCESS_KEY_ID=$(op read "op://RubyLLM/AWS/key id")
AWS_SECRET_ACCESS_KEY=$(op read "op://RubyLLM/AWS/access key")
AWS_REGION=$(op read "op://RubyLLM/AWS/region")
PERPLEXITY_API_KEY=$(op read "op://RubyLLM/Perplexity/credential")
MISTRAL_API_KEY=$(op read "op://RubyLLM/Mistral/credential")
OPENROUTER_API_KEY=$(op read "op://RubyLLM/OpenRouter/credential")
OLLAMA_API_BASE=http://localhost:11434/v1
GPUSTACK_API_BASE=http://localhost:11444/v1
GOOGLE_CLOUD_PROJECT=$(op read "op://RubyLLM/Google Cloud/project")
GOOGLE_CLOUD_LOCATION=$(op read "op://RubyLLM/Google Cloud/location")
# CODECOV_TOKEN=$(op read "op://RubyLLM/Codecov/credential")
RUBYLLM_DEBUG=true
RUBYLLM_STREAM_DEBUG=true