allenpark commited on
Commit
48fb46d
·
verified ·
1 Parent(s): 5b6755d

updated name of api token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ LEPTON_API_TOKEN = os.environ.get("LEPTON_API_TOKEN", None)
15
  # Set up client to call inference
16
  client=openai.OpenAI(
17
  base_url="https://yb15a7dy-lynx-70b.tin.lepton.run/api/v1/",
18
- api_key=api_token
19
  )
20
 
21
  # Create own model
 
15
  # Set up client to call inference
16
  client=openai.OpenAI(
17
  base_url="https://yb15a7dy-lynx-70b.tin.lepton.run/api/v1/",
18
+ api_key=LEPTON_API_TOKEN
19
  )
20
 
21
  # Create own model