Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working .env (f/b) configuration for gemini models. #942

Open
DunaSpice opened this issue Dec 14, 2024 · 1 comment
Open

working .env (f/b) configuration for gemini models. #942

DunaSpice opened this issue Dec 14, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@DunaSpice
Copy link

Please share working .env for front and back for gemini flash or pro models. thanks in advance. I get these for now)

"""
google.auth.exceptions.GoogleAuthError: Unable to find your project. Please provide a project ID by:

@kartikpersistent kartikpersistent added the question Further information is requested label Dec 16, 2024
@kartikpersistent
Copy link
Collaborator

kartikpersistent commented Dec 17, 2024

Hi @DunaSpice
Frontend ENV
There is no special env required from frontend to access Gemini models

VITE_BACKEND_API_URL=""
VITE_BLOOM_URL="https://workspace-preview.neo4j.io/workspace/explore?connectURL={CONNECT_URL}&search=Show+me+a+graph&featureGenAISuggestions=true&featureGenAISuggestionsInternal=true"
VITE_REACT_APP_SOURCES=""
VITE_LLM_MODELS_PROD=""
VITE_ENV="PROD"
VITE_TIME_PER_PAGE=50
VITE_CHUNK_SIZE=5242880
VITE_LARGE_FILE_SIZE=5242880
VITE_CHAT_MODES=""
VITE_BATCH_SIZE=2
VITE_LLM_MODELS=""
DEPLOYMENT_ENV="local"

Backend ENV will be shared by @aashipandya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants