Spaces:
Sleeping
Sleeping
Update prompt_gen.py
Browse files- prompt_gen.py +1 -1
prompt_gen.py
CHANGED
@@ -7,7 +7,7 @@ na_prompt_file = pd.read_excel('汉服-男词库.xlsx')
|
|
7 |
nv_prompt = nv_prompt_file.to_string(index=False)
|
8 |
na_prompt = na_prompt_file.to_string(index=False)
|
9 |
|
10 |
-
os.environ["OPENAI_API_KEY"] = "sk-
|
11 |
os.environ["OPENAI_BASE_URL"] = "http://15.204.101.64:4000/v1"
|
12 |
|
13 |
|
|
|
7 |
nv_prompt = nv_prompt_file.to_string(index=False)
|
8 |
na_prompt = na_prompt_file.to_string(index=False)
|
9 |
|
10 |
+
os.environ["OPENAI_API_KEY"] = "sk-HGnXvbVEeSkolzhm3423741621A54f39A3225247AcEcD338"
|
11 |
os.environ["OPENAI_BASE_URL"] = "http://15.204.101.64:4000/v1"
|
12 |
|
13 |
|