Spaces:
Sleeping
Sleeping
updated name of api token
Browse files
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=
|
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
|