Spaces:
Running
on
Zero
Running
on
Zero
Update llm_preprocess.py
Browse files- llm_preprocess.py +0 -1
llm_preprocess.py
CHANGED
@@ -63,7 +63,6 @@ def preprocess_gemini(free_text_caption):
|
|
63 |
preffix_prompt = get_prompt()
|
64 |
import google.generativeai as genai
|
65 |
GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
|
66 |
-
print(GEMINI_API_KEY)
|
67 |
genai.configure(api_key=GEMINI_API_KEY)
|
68 |
|
69 |
# Set up the model
|
|
|
63 |
preffix_prompt = get_prompt()
|
64 |
import google.generativeai as genai
|
65 |
GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
|
|
|
66 |
genai.configure(api_key=GEMINI_API_KEY)
|
67 |
|
68 |
# Set up the model
|