mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 02:46:25 +02:00
feat: SurfSense v0.0.6 init
This commit is contained in:
parent
18fc19e8d9
commit
da23012970
58 changed files with 8284 additions and 2076 deletions
21
surfsense_backend/.env.example
Normal file
21
surfsense_backend/.env.example
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
DATABASE_URL="postgresql+asyncpg://postgres:postgres@localhost:5432/surfsense"
|
||||
|
||||
SECRET_KEY="SECRET"
|
||||
GOOGLE_OAUTH_CLIENT_ID="924507538m"
|
||||
GOOGLE_OAUTH_CLIENT_SECRET="GOCSV"
|
||||
NEXT_FRONTEND_URL="http://localhost:3000"
|
||||
EMBEDDING_MODEL="mixedbread-ai/mxbai-embed-large-v1"
|
||||
|
||||
RERANKERS_MODEL_NAME="ms-marco-MiniLM-L-12-v2"
|
||||
RERANKERS_MODEL_TYPE="flashrank"
|
||||
|
||||
FAST_LLM="litellm:openai/gpt-4o-mini"
|
||||
SMART_LLM="litellm:openai/gpt-4o-mini"
|
||||
STRATEGIC_LLM="litellm:openai/gpt-4o-mini"
|
||||
LONG_CONTEXT_LLM="litellm:gemini/gemini-2.0-flash-thinking-exp-01-21"
|
||||
|
||||
OPENAI_API_KEY="sk-proj-iA"
|
||||
GEMINI_API_KEY="AIzaSyB6-1641124124124124124124124124124"
|
||||
|
||||
UNSTRUCTURED_API_KEY="Tpu3P0U8iy"
|
||||
FIRECRAWL_API_KEY="fcr-01J0000000000000000000000"
|
||||
Loading…
Add table
Add a link
Reference in a new issue