Spaces:
Sleeping
Sleeping
update
Browse files- server/__pycache__/backend.cpython-310.pyc +0 -0
- server/__pycache__/config.cpython-310.pyc +0 -0
- server/backend.py +1 -0
- translations/ar_SA/LC_MESSAGES/messages.mo +0 -0
- translations/cs_CZ/LC_MESSAGES/messages.mo +0 -0
- translations/da_DK/LC_MESSAGES/messages.mo +0 -0
- translations/de_DE/LC_MESSAGES/messages.mo +0 -0
- translations/el_GR/LC_MESSAGES/messages.mo +0 -0
- translations/en_US/LC_MESSAGES/messages.mo +0 -0
- translations/es_ES/LC_MESSAGES/messages.mo +0 -0
- translations/es_MX/LC_MESSAGES/messages.mo +0 -0
- translations/fi_FI/LC_MESSAGES/messages.mo +0 -0
- translations/fr_FR/LC_MESSAGES/messages.mo +0 -0
- translations/he_IL/LC_MESSAGES/messages.mo +0 -0
- translations/hi_IN/LC_MESSAGES/messages.mo +0 -0
- translations/hu_HU/LC_MESSAGES/messages.mo +0 -0
- translations/id_ID/LC_MESSAGES/messages.mo +0 -0
- translations/it_IT/LC_MESSAGES/messages.mo +0 -0
- translations/ja_JP/LC_MESSAGES/messages.mo +0 -0
- translations/ko_KR/LC_MESSAGES/messages.mo +0 -0
- translations/nb_NO/LC_MESSAGES/messages.mo +0 -0
- translations/nl_NL/LC_MESSAGES/messages.mo +0 -0
- translations/pl_PL/LC_MESSAGES/messages.mo +0 -0
- translations/pt_BR/LC_MESSAGES/messages.mo +0 -0
- translations/ro_RO/LC_MESSAGES/messages.mo +0 -0
- translations/ru_RU/LC_MESSAGES/messages.mo +0 -0
- translations/sk_SK/LC_MESSAGES/messages.mo +0 -0
- translations/sv_SE/LC_MESSAGES/messages.mo +0 -0
- translations/th_TH/LC_MESSAGES/messages.mo +0 -0
- translations/tr_TR/LC_MESSAGES/messages.mo +0 -0
- translations/uk_UA/LC_MESSAGES/messages.mo +0 -0
- translations/vi_VN/LC_MESSAGES/messages.mo +0 -0
- translations/zh_Hans_CN/LC_MESSAGES/messages.mo +0 -0
- translations/zh_Hant_TW/LC_MESSAGES/messages.mo +0 -0
server/__pycache__/backend.cpython-310.pyc
CHANGED
Binary files a/server/__pycache__/backend.cpython-310.pyc and b/server/__pycache__/backend.cpython-310.pyc differ
|
|
server/__pycache__/config.cpython-310.pyc
CHANGED
Binary files a/server/__pycache__/config.cpython-310.pyc and b/server/__pycache__/config.cpython-310.pyc differ
|
|
server/backend.py
CHANGED
@@ -76,6 +76,7 @@ class Backend_Api:
|
|
76 |
if local_mode_1:
|
77 |
content=messages[0]['content']
|
78 |
llm = Ollama(model=model)
|
|
|
79 |
response = llm.invoke(content)
|
80 |
return response
|
81 |
elif local_model_2:
|
|
|
76 |
if local_mode_1:
|
77 |
content=messages[0]['content']
|
78 |
llm = Ollama(model=model)
|
79 |
+
print("content:",content)
|
80 |
response = llm.invoke(content)
|
81 |
return response
|
82 |
elif local_model_2:
|
translations/ar_SA/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/ar_SA/LC_MESSAGES/messages.mo and b/translations/ar_SA/LC_MESSAGES/messages.mo differ
|
|
translations/cs_CZ/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/cs_CZ/LC_MESSAGES/messages.mo and b/translations/cs_CZ/LC_MESSAGES/messages.mo differ
|
|
translations/da_DK/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/da_DK/LC_MESSAGES/messages.mo and b/translations/da_DK/LC_MESSAGES/messages.mo differ
|
|
translations/de_DE/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/de_DE/LC_MESSAGES/messages.mo and b/translations/de_DE/LC_MESSAGES/messages.mo differ
|
|
translations/el_GR/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/el_GR/LC_MESSAGES/messages.mo and b/translations/el_GR/LC_MESSAGES/messages.mo differ
|
|
translations/en_US/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/en_US/LC_MESSAGES/messages.mo and b/translations/en_US/LC_MESSAGES/messages.mo differ
|
|
translations/es_ES/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/es_ES/LC_MESSAGES/messages.mo and b/translations/es_ES/LC_MESSAGES/messages.mo differ
|
|
translations/es_MX/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/es_MX/LC_MESSAGES/messages.mo and b/translations/es_MX/LC_MESSAGES/messages.mo differ
|
|
translations/fi_FI/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/fi_FI/LC_MESSAGES/messages.mo and b/translations/fi_FI/LC_MESSAGES/messages.mo differ
|
|
translations/fr_FR/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/fr_FR/LC_MESSAGES/messages.mo and b/translations/fr_FR/LC_MESSAGES/messages.mo differ
|
|
translations/he_IL/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/he_IL/LC_MESSAGES/messages.mo and b/translations/he_IL/LC_MESSAGES/messages.mo differ
|
|
translations/hi_IN/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/hi_IN/LC_MESSAGES/messages.mo and b/translations/hi_IN/LC_MESSAGES/messages.mo differ
|
|
translations/hu_HU/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/hu_HU/LC_MESSAGES/messages.mo and b/translations/hu_HU/LC_MESSAGES/messages.mo differ
|
|
translations/id_ID/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/id_ID/LC_MESSAGES/messages.mo and b/translations/id_ID/LC_MESSAGES/messages.mo differ
|
|
translations/it_IT/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/it_IT/LC_MESSAGES/messages.mo and b/translations/it_IT/LC_MESSAGES/messages.mo differ
|
|
translations/ja_JP/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/ja_JP/LC_MESSAGES/messages.mo and b/translations/ja_JP/LC_MESSAGES/messages.mo differ
|
|
translations/ko_KR/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/ko_KR/LC_MESSAGES/messages.mo and b/translations/ko_KR/LC_MESSAGES/messages.mo differ
|
|
translations/nb_NO/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/nb_NO/LC_MESSAGES/messages.mo and b/translations/nb_NO/LC_MESSAGES/messages.mo differ
|
|
translations/nl_NL/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/nl_NL/LC_MESSAGES/messages.mo and b/translations/nl_NL/LC_MESSAGES/messages.mo differ
|
|
translations/pl_PL/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/pl_PL/LC_MESSAGES/messages.mo and b/translations/pl_PL/LC_MESSAGES/messages.mo differ
|
|
translations/pt_BR/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/pt_BR/LC_MESSAGES/messages.mo and b/translations/pt_BR/LC_MESSAGES/messages.mo differ
|
|
translations/ro_RO/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/ro_RO/LC_MESSAGES/messages.mo and b/translations/ro_RO/LC_MESSAGES/messages.mo differ
|
|
translations/ru_RU/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/ru_RU/LC_MESSAGES/messages.mo and b/translations/ru_RU/LC_MESSAGES/messages.mo differ
|
|
translations/sk_SK/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/sk_SK/LC_MESSAGES/messages.mo and b/translations/sk_SK/LC_MESSAGES/messages.mo differ
|
|
translations/sv_SE/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/sv_SE/LC_MESSAGES/messages.mo and b/translations/sv_SE/LC_MESSAGES/messages.mo differ
|
|
translations/th_TH/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/th_TH/LC_MESSAGES/messages.mo and b/translations/th_TH/LC_MESSAGES/messages.mo differ
|
|
translations/tr_TR/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/tr_TR/LC_MESSAGES/messages.mo and b/translations/tr_TR/LC_MESSAGES/messages.mo differ
|
|
translations/uk_UA/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/uk_UA/LC_MESSAGES/messages.mo and b/translations/uk_UA/LC_MESSAGES/messages.mo differ
|
|
translations/vi_VN/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/vi_VN/LC_MESSAGES/messages.mo and b/translations/vi_VN/LC_MESSAGES/messages.mo differ
|
|
translations/zh_Hans_CN/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/zh_Hans_CN/LC_MESSAGES/messages.mo and b/translations/zh_Hans_CN/LC_MESSAGES/messages.mo differ
|
|
translations/zh_Hant_TW/LC_MESSAGES/messages.mo
CHANGED
Binary files a/translations/zh_Hant_TW/LC_MESSAGES/messages.mo and b/translations/zh_Hant_TW/LC_MESSAGES/messages.mo differ
|
|