ochsncon commited on
Commit
ddf983a
·
verified ·
1 Parent(s): 5840666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import numpy as np
10
  import pandas as pd
11
  from openai import OpenAI
12
 
13
- MODEL_PATH = Path("models/model.pkl")
14
 
15
  # Support both variable naming schemes used in notebook/app and Hugging Face settings.
16
  LLM_API_KEY = os.getenv("LLM_API_KEY") or os.getenv("OPENAI_API_KEY") or ""
 
10
  import pandas as pd
11
  from openai import OpenAI
12
 
13
+ MODEL_PATH = Path("model.pkl")
14
 
15
  # Support both variable naming schemes used in notebook/app and Hugging Face settings.
16
  LLM_API_KEY = os.getenv("LLM_API_KEY") or os.getenv("OPENAI_API_KEY") or ""