Skip to content

Commit

Permalink
Better syntax highlighting for .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocargnelutti committed Feb 20, 2024
1 parent ed9d565 commit 423aca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#-------------------------------------------------------------------------------
# NOTE: WARC-GPT needs to be able to interact with at least 1 LLM API.
OLLAMA_API_URL="http://localhost:11434" # Allows for running models locally. See: https://ollama.ai/

#OPENAI_API_KEY=""
#OPENAI_ORG_ID=""

Expand Down
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.env.example linguist-language=Shell
*.env.example linguist-language=Shell

0 comments on commit 423aca5

Please sign in to comment.