Spaces:
Sleeping
Sleeping
QAway-to
commited on
Commit
·
c30b7eb
1
Parent(s):
4edca21
final
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import requests
|
|
| 3 |
import re
|
| 4 |
import os
|
| 5 |
from openai import OpenAI
|
| 6 |
-
api_key = os.getenv("featherless") #
|
| 7 |
client = OpenAI(
|
| 8 |
base_url="https://api.featherless.ai/v1",
|
| 9 |
api_key=api_key
|
|
|
|
| 3 |
import re
|
| 4 |
import os
|
| 5 |
from openai import OpenAI
|
| 6 |
+
api_key = os.getenv("featherless") #
|
| 7 |
client = OpenAI(
|
| 8 |
base_url="https://api.featherless.ai/v1",
|
| 9 |
api_key=api_key
|