From acd7abbd299dcbc84e6c333f29bee05489ffbf52 Mon Sep 17 00:00:00 2001 From: Igor Ilic <30923996+dexters1@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:22:16 +0200 Subject: [PATCH] Fix gemini gh action (#748) ## Description Fix Gemini github action ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --- .github/workflows/test_gemini.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test_gemini.yml b/.github/workflows/test_gemini.yml index 5ad4a1ceb..dcd9d30b7 100644 --- a/.github/workflows/test_gemini.yml +++ b/.github/workflows/test_gemini.yml @@ -22,20 +22,12 @@ jobs: - name: Run Gemini Simple Example env: - GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }} - GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }} - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} LLM_PROVIDER: "gemini" LLM_API_KEY: ${{ secrets.GEMINI_API_KEY }} LLM_MODEL: "gemini/gemini-1.5-flash" - LLM_ENDPOINT: "https://generativelanguage.googleapis.com/" - LLM_API_VERSION: "v1beta" EMBEDDING_PROVIDER: "gemini" EMBEDDING_API_KEY: ${{ secrets.GEMINI_API_KEY }} EMBEDDING_MODEL: "gemini/text-embedding-004" - EMBEDDING_ENDPOINT: "https://generativelanguage.googleapis.com/v1beta/models/text-embedding-004" - EMBEDDING_API_VERSION: "v1beta" EMBEDDING_DIMENSIONS: "768" EMBEDDING_MAX_TOKENS: "8076" run: poetry run python ./examples/python/simple_example.py