Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 0 additions & 60 deletions .dockerignore

This file was deleted.

37 changes: 37 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# https://console.groq.com/keys
GROQ_API_KEY=APIKEYGOESHERE
# https://platform.openai.com/account/api-keys
OPENAI_API_KEY=APIKEYGOESHERE
# https://serper.dev/
SERPER_API=APIKEYGOESHERE
# Brave Search API Key (Serper is the default, brave is an alternative option for search)
BRAVE_SEARCH_API_KEY=APIKEYGOESHERE


# OPTIONAL - Set LAN GPU server, examples:
# PC | http://localhost:11434/v1
# LAN GPU server | http://192.168.1.100:11434/v1
OLLAMA_BASE_URL=http://localhost:11434/v1

# OPTIONAL - Rate Limiting: https://console.upstash.com/redis
UPSTASH_REDIS_REST_URL=https://EXAMPLE.upstash.io
UPSTASH_REDIS_REST_TOKEN=APIKEYGOESHERE

# OPTIONAL - Google Search API Key (Serper is the default, brave is an alternative)
GOOGLE_SEARCH_API_KEY=APIKEYGOESHERE
GOOGLE_CX=VALUEGOESHERE

# OPTIONAL - Portkey API Key & Bedrock Virtual Key/Provder API Keys
PORTKEY_API_KEY=APIKEYGOESHERE
PORTKEY_BEDROCK_VIRTUAL_KEY=APIKEYGOESHERE

# OPTIONAL - Spotify
SPOTIFY_CLIENT_ID=APIKEYGOESHERE
SPOTIFY_CLIENT_SECRET=APIKEYGOESHERE

# OPTIONAL - AWS Bedrock
AWS_ACCESS_KEY_ID=APIKEYGOESHERE
AWS_SECRET_ACCESS_KEY=APIKEYGOESHERE

# OPTIONAL - FAL.AI (Stable Diffusion 3)
FAL_KEY=APIKEYGOESHERE
5 changes: 0 additions & 5 deletions .env.template

This file was deleted.

1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

131 changes: 0 additions & 131 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

135 changes: 0 additions & 135 deletions .github/CONTRIBUTING.md

This file was deleted.

5 changes: 1 addition & 4 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# These are supported funding model platforms

github: [antonosika]
patreon: gpt_eng
github: [developersdigest]
Loading