Spaces:
Running
on
Zero
Running
on
Zero
fix : llm not found error
Browse files- llm_wrapper.py +1 -1
llm_wrapper.py
CHANGED
@@ -5,7 +5,7 @@ import requests, os, json, time
|
|
5 |
|
6 |
from google import genai
|
7 |
|
8 |
-
prompt_base_path = "
|
9 |
client = genai.Client(api_key=os.getenv("GEMINI_API_KEY"))
|
10 |
|
11 |
|
|
|
5 |
|
6 |
from google import genai
|
7 |
|
8 |
+
prompt_base_path = ""
|
9 |
client = genai.Client(api_key=os.getenv("GEMINI_API_KEY"))
|
10 |
|
11 |
|