Spaces:
Running
Running
QAway-to
commited on
Commit
·
8370475
1
Parent(s):
5e3de11
model change
Browse files
app.py
CHANGED
|
@@ -13,8 +13,7 @@ client = OpenAI(
|
|
| 13 |
base_url="https://api.featherless.ai/v1",
|
| 14 |
api_key=api_key
|
| 15 |
)
|
| 16 |
-
|
| 17 |
-
#
|
| 18 |
# # Сравнение двух портфелей
|
| 19 |
# def compare_portfolios_streaming(text1: str, text2: str):
|
| 20 |
# id1 = extract_portfolio_id(text1)
|
|
|
|
| 13 |
base_url="https://api.featherless.ai/v1",
|
| 14 |
api_key=api_key
|
| 15 |
)
|
| 16 |
+
|
|
|
|
| 17 |
# # Сравнение двух портфелей
|
| 18 |
# def compare_portfolios_streaming(text1: str, text2: str):
|
| 19 |
# id1 = extract_portfolio_id(text1)
|