ruslanmv commited on
Commit
3809cdf
1 Parent(s): 202d0fc
Files changed (34) hide show
  1. server/__pycache__/backend.cpython-310.pyc +0 -0
  2. server/__pycache__/config.cpython-310.pyc +0 -0
  3. server/backend.py +1 -0
  4. translations/ar_SA/LC_MESSAGES/messages.mo +0 -0
  5. translations/cs_CZ/LC_MESSAGES/messages.mo +0 -0
  6. translations/da_DK/LC_MESSAGES/messages.mo +0 -0
  7. translations/de_DE/LC_MESSAGES/messages.mo +0 -0
  8. translations/el_GR/LC_MESSAGES/messages.mo +0 -0
  9. translations/en_US/LC_MESSAGES/messages.mo +0 -0
  10. translations/es_ES/LC_MESSAGES/messages.mo +0 -0
  11. translations/es_MX/LC_MESSAGES/messages.mo +0 -0
  12. translations/fi_FI/LC_MESSAGES/messages.mo +0 -0
  13. translations/fr_FR/LC_MESSAGES/messages.mo +0 -0
  14. translations/he_IL/LC_MESSAGES/messages.mo +0 -0
  15. translations/hi_IN/LC_MESSAGES/messages.mo +0 -0
  16. translations/hu_HU/LC_MESSAGES/messages.mo +0 -0
  17. translations/id_ID/LC_MESSAGES/messages.mo +0 -0
  18. translations/it_IT/LC_MESSAGES/messages.mo +0 -0
  19. translations/ja_JP/LC_MESSAGES/messages.mo +0 -0
  20. translations/ko_KR/LC_MESSAGES/messages.mo +0 -0
  21. translations/nb_NO/LC_MESSAGES/messages.mo +0 -0
  22. translations/nl_NL/LC_MESSAGES/messages.mo +0 -0
  23. translations/pl_PL/LC_MESSAGES/messages.mo +0 -0
  24. translations/pt_BR/LC_MESSAGES/messages.mo +0 -0
  25. translations/ro_RO/LC_MESSAGES/messages.mo +0 -0
  26. translations/ru_RU/LC_MESSAGES/messages.mo +0 -0
  27. translations/sk_SK/LC_MESSAGES/messages.mo +0 -0
  28. translations/sv_SE/LC_MESSAGES/messages.mo +0 -0
  29. translations/th_TH/LC_MESSAGES/messages.mo +0 -0
  30. translations/tr_TR/LC_MESSAGES/messages.mo +0 -0
  31. translations/uk_UA/LC_MESSAGES/messages.mo +0 -0
  32. translations/vi_VN/LC_MESSAGES/messages.mo +0 -0
  33. translations/zh_Hans_CN/LC_MESSAGES/messages.mo +0 -0
  34. 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