Heuehneje commited on
Commit
b7eb7f4
·
verified ·
1 Parent(s): baa4c21

Delete .env

Browse files
Files changed (1) hide show
  1. .env +0 -90
.env DELETED
@@ -1,90 +0,0 @@
1
- # Rename this file to .env once you have filled in the below environment variables!
2
-
3
- # Get your GROQ API Key here -
4
- # https://console.groq.com/keys
5
- # You only need this environment variable set if you want to use Groq models
6
- GROQ_API_KEY=
7
-
8
- # Get your HuggingFace API Key here -
9
- # https://huggingface.co/settings/tokens
10
- # You only need this environment variable set if you want to use HuggingFace models
11
- HuggingFace_API_KEY=
12
-
13
-
14
- # Get your Open AI API Key by following these instructions -
15
- # https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key
16
- # You only need this environment variable set if you want to use GPT models
17
- OPENAI_API_KEY=
18
-
19
- # Get your Anthropic API Key in your account settings -
20
- # https://console.anthropic.com/settings/keys
21
- # You only need this environment variable set if you want to use Claude models
22
- ANTHROPIC_API_KEY=
23
-
24
- # Get your OpenRouter API Key in your account settings -
25
- # https://openrouter.ai/settings/keys
26
- # You only need this environment variable set if you want to use OpenRouter models
27
- OPEN_ROUTER_API_KEY=sk-5b08a4b7e19a43119da602407af429f5
28
-
29
- # Get your Google Generative AI API Key by following these instructions -
30
- # https://console.cloud.google.com/apis/credentials
31
- # You only need this environment variable set if you want to use Google Generative AI models
32
- GOOGLE_GENERATIVE_AI_API_KEY=
33
-
34
- # You only need this environment variable set if you want to use oLLAMA models
35
- # DONT USE http://localhost:11434 due to IPV6 issues
36
- # USE EXAMPLE http://127.0.0.1:11434
37
- OLLAMA_API_BASE_URL=
38
-
39
- # You only need this environment variable set if you want to use OpenAI Like models
40
- OPENAI_LIKE_API_BASE_URL=https://api.hyperbolic.xyz/v1
41
-
42
- # You only need this environment variable set if you want to use Together AI models
43
- TOGETHER_API_BASE_URL=
44
-
45
- # You only need this environment variable set if you want to use DeepSeek models through their API
46
- DEEPSEEK_API_KEY=
47
-
48
- # Get your OpenAI Like API Key
49
- OPENAI_LIKE_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjNqaWdtZTEyM0BnbWFpbC5jb20iLCJpYXQiOjE3MzU4NDc4MDd9.pGqbhfZmGrueciclEqr7w77idv4MBzT4-ZHuQChHVzQ
50
- #model=accounts/fireworks/models/deepseek-v3
51
-
52
- # Get your Together API Key
53
- TOGETHER_API_KEY=
54
-
55
- # Get your Mistral API Key by following these instructions -
56
- # https://console.mistral.ai/api-keys/
57
- # You only need this environment variable set if you want to use Mistral models
58
- MISTRAL_API_KEY=
59
-
60
- # Get the Cohere Api key by following these instructions -
61
- # https://dashboard.cohere.com/api-keys
62
- # You only need this environment variable set if you want to use Cohere models
63
- COHERE_API_KEY=
64
-
65
- # Get LMStudio Base URL from LM Studio Developer Console
66
- # Make sure to enable CORS
67
- # DONT USE http://localhost:1234 due to IPV6 issues
68
- # Example: http://127.0.0.1:1234
69
- LMSTUDIO_API_BASE_URL=
70
-
71
- # Get your xAI API key
72
- # https://x.ai/api
73
- # You only need this environment variable set if you want to use xAI models
74
- XAI_API_KEY=
75
-
76
- # Get your Perplexity API Key here -
77
- # https://www.perplexity.ai/settings/api
78
- # You only need this environment variable set if you want to use Perplexity models
79
- PERPLEXITY_API_KEY=
80
-
81
- # Include this environment variable if you want more logging for debugging locally
82
- VITE_LOG_LEVEL=debug
83
-
84
- # Example Context Values for qwen2.5-coder:32b
85
- #
86
- # DEFAULT_NUM_CTX=32768 # Consumes 36GB of VRAM
87
- # DEFAULT_NUM_CTX=24576 # Consumes 32GB of VRAM
88
- # DEFAULT_NUM_CTX=12288 # Consumes 26GB of VRAM
89
- # DEFAULT_NUM_CTX=6144 # Consumes 24GB of VRAM
90
- DEFAULT_NUM_CTX=