{"id":4646,"date":"2025-01-11T13:46:19","date_gmt":"2025-01-11T13:46:19","guid":{"rendered":"https:\/\/www.qworqs.com\/blog\/?p=4646"},"modified":"2025-03-12T17:02:55","modified_gmt":"2025-03-12T17:02:55","slug":"your-env-file","status":"publish","type":"post","link":"https:\/\/www.voodoo.business\/blog\/2025\/01\/11\/your-env-file\/","title":{"rendered":"Your .env file"},"content":{"rendered":"\n<p>In the context of my AI notes, here is what you need to know about the .env file<\/p>\n\n\n\n<p>Any file that starts with a . is a hidden file according to linux, windows is a bot funny about such files, it allows their existance, as long as you don&#8217;t try to use windows explorer to name or rename into them.<\/p>\n\n\n\n<p>On linux, if you want the ls command to show such files, you would execute the command &#8220;<code>ls -a<\/code>&#8220;<\/p>\n\n\n\n<p>Now, with that out of the way, let me start with a few variables for various providers<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"># Open AI (ChatGPT)<br>OPENAI_API_KEY=sk-proj-xxxx<br># Google AI (Gemeni)<br>GOOGLE_API_KEY=xxxx<br># Anthropic (Claude)<br>ANTHROPIC_API_KEY=xxxx<br># Huging face (HF_TOKEN is short for hugging face token)<br>HF_TOKEN=xxxx<br># DeepSeek API<br>DEEPSEEK_API_KEY=sk-xxxx<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In the context of my AI notes, here is what you need to know about the .env file Any file that starts with a . is a hidden file according to linux, windows is a bot funny about such files, it allows their existance, as long as you don&#8217;t try to use windows explorer to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[176,209,213,212],"tags":[],"class_list":["post-4646","post","type-post","status-publish","format-standard","hentry","category-ai","category-code","category-environment","category-frontier"],"_links":{"self":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/4646","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/comments?post=4646"}],"version-history":[{"count":5,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/4646\/revisions"}],"predecessor-version":[{"id":5129,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/4646\/revisions\/5129"}],"wp:attachment":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/media?parent=4646"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/categories?post=4646"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/tags?post=4646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}