cwhuh commited on
Commit
f68b669
·
1 Parent(s): 5250af5

fix : llm not found error

Browse files
Files changed (1) hide show
  1. 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 = "src/llm_wrapper/prompt"
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