fruitpicker01
commited on
Commit
•
85766a8
1
Parent(s):
2b84df7
Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,7 @@ morph = pymorphy3.MorphAnalyzer()
|
|
44 |
|
45 |
chat_pro = GigaChat(
|
46 |
credentials=gc_key,
|
47 |
-
|
48 |
-
model='GigaChat-Max',
|
49 |
base_url='https://gigachat-preview.devices.sberbank.ru/api/v1/',
|
50 |
max_tokens=68,
|
51 |
temperature=1.15,
|
@@ -54,8 +53,7 @@ chat_pro = GigaChat(
|
|
54 |
|
55 |
chat_pro_check = GigaChat(
|
56 |
credentials=gc_key,
|
57 |
-
|
58 |
-
model='GigaChat-Max',
|
59 |
base_url='https://gigachat-preview.devices.sberbank.ru/api/v1/',
|
60 |
max_tokens=3000,
|
61 |
temperature=0.8,
|
|
|
44 |
|
45 |
chat_pro = GigaChat(
|
46 |
credentials=gc_key,
|
47 |
+
model='GigaChat-Pro-preview',
|
|
|
48 |
base_url='https://gigachat-preview.devices.sberbank.ru/api/v1/',
|
49 |
max_tokens=68,
|
50 |
temperature=1.15,
|
|
|
53 |
|
54 |
chat_pro_check = GigaChat(
|
55 |
credentials=gc_key,
|
56 |
+
model='GigaChat-Pro-preview',
|
|
|
57 |
base_url='https://gigachat-preview.devices.sberbank.ru/api/v1/',
|
58 |
max_tokens=3000,
|
59 |
temperature=0.8,
|