smallestai 3.0.1__tar.gz → 3.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of smallestai might be problematic. Click here for more details.

Files changed (92) hide show
  1. {smallestai-3.0.1/smallestai.egg-info → smallestai-3.0.3}/PKG-INFO +1 -1
  2. {smallestai-3.0.1 → smallestai-3.0.3}/pyproject.toml +1 -1
  3. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/waves/models.py +2 -2
  4. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/waves/utils.py +1 -1
  5. {smallestai-3.0.1 → smallestai-3.0.3/smallestai.egg-info}/PKG-INFO +1 -1
  6. {smallestai-3.0.1 → smallestai-3.0.3}/LICENSE +0 -0
  7. {smallestai-3.0.1 → smallestai-3.0.3}/README.md +0 -0
  8. {smallestai-3.0.1 → smallestai-3.0.3}/setup.cfg +0 -0
  9. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/__init__.py +0 -0
  10. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/__init__.py +0 -0
  11. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/api/__init__.py +0 -0
  12. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/api/agent_templates_api.py +0 -0
  13. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/api/agents_api.py +0 -0
  14. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/api/calls_api.py +0 -0
  15. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/api/campaigns_api.py +0 -0
  16. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/api/knowledge_base_api.py +0 -0
  17. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/api/logs_api.py +0 -0
  18. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/api/organization_api.py +0 -0
  19. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/api/user_api.py +0 -0
  20. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/api_client.py +0 -0
  21. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/api_response.py +0 -0
  22. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/atoms_client.py +0 -0
  23. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/configuration.py +0 -0
  24. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/exceptions.py +0 -0
  25. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/__init__.py +0 -0
  26. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/agent_dto.py +0 -0
  27. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/agent_dto_language.py +0 -0
  28. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/agent_dto_synthesizer.py +0 -0
  29. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/agent_dto_synthesizer_voice_config.py +0 -0
  30. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/api_response.py +0 -0
  31. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/bad_request_error_response.py +0 -0
  32. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/create_agent_from_template200_response.py +0 -0
  33. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/create_agent_from_template_request.py +0 -0
  34. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/create_agent_request.py +0 -0
  35. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/create_agent_request_language.py +0 -0
  36. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/create_agent_request_language_synthesizer.py +0 -0
  37. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/create_agent_request_language_synthesizer_voice_config.py +0 -0
  38. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/create_campaign201_response.py +0 -0
  39. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/create_campaign201_response_data.py +0 -0
  40. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/create_campaign_request.py +0 -0
  41. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/create_knowledge_base201_response.py +0 -0
  42. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/create_knowledge_base_request.py +0 -0
  43. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/delete_agent200_response.py +0 -0
  44. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_agent_by_id200_response.py +0 -0
  45. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_agent_templates200_response.py +0 -0
  46. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_agent_templates200_response_data_inner.py +0 -0
  47. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_agents200_response.py +0 -0
  48. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_agents200_response_data.py +0 -0
  49. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_campaign_by_id200_response.py +0 -0
  50. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_campaign_by_id200_response_data.py +0 -0
  51. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_campaigns200_response.py +0 -0
  52. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_campaigns200_response_data_inner.py +0 -0
  53. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_campaigns200_response_data_inner_agent.py +0 -0
  54. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_campaigns200_response_data_inner_audience.py +0 -0
  55. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_campaigns_request.py +0 -0
  56. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_conversation_logs200_response.py +0 -0
  57. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_conversation_logs200_response_data.py +0 -0
  58. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_current_user200_response.py +0 -0
  59. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_current_user200_response_data.py +0 -0
  60. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_knowledge_base_by_id200_response.py +0 -0
  61. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_knowledge_base_items200_response.py +0 -0
  62. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_knowledge_bases200_response.py +0 -0
  63. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_organization200_response.py +0 -0
  64. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_organization200_response_data.py +0 -0
  65. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_organization200_response_data_members_inner.py +0 -0
  66. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/get_organization200_response_data_subscription.py +0 -0
  67. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/internal_server_error_response.py +0 -0
  68. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/knowledge_base_dto.py +0 -0
  69. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/knowledge_base_item_dto.py +0 -0
  70. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/start_outbound_call200_response.py +0 -0
  71. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/start_outbound_call200_response_data.py +0 -0
  72. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/start_outbound_call_request.py +0 -0
  73. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/unauthorized_error_reponse.py +0 -0
  74. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/update_agent200_response.py +0 -0
  75. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/update_agent_request.py +0 -0
  76. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/update_agent_request_language.py +0 -0
  77. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/update_agent_request_synthesizer.py +0 -0
  78. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/update_agent_request_synthesizer_voice_config.py +0 -0
  79. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/update_agent_request_synthesizer_voice_config_one_of.py +0 -0
  80. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/update_agent_request_synthesizer_voice_config_one_of1.py +0 -0
  81. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/models/upload_text_to_knowledge_base_request.py +0 -0
  82. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/py.typed +0 -0
  83. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/atoms/rest.py +0 -0
  84. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/waves/__init__.py +0 -0
  85. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/waves/async_waves_client.py +0 -0
  86. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/waves/exceptions.py +0 -0
  87. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/waves/stream_tts.py +0 -0
  88. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai/waves/waves_client.py +0 -0
  89. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai.egg-info/SOURCES.txt +0 -0
  90. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai.egg-info/dependency_links.txt +0 -0
  91. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai.egg-info/requires.txt +0 -0
  92. {smallestai-3.0.1 → smallestai-3.0.3}/smallestai.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: smallestai
3
- Version: 3.0.1
3
+ Version: 3.0.3
4
4
  Summary: Official Python client for the Smallest AI API
5
5
  Author-email: Smallest <support@smallest.ai>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "smallestai"
3
- version = "3.0.1"
3
+ version = "3.0.3"
4
4
  description = "Official Python client for the Smallest AI API"
5
5
  authors = [
6
6
  {name = "Smallest", email = "support@smallest.ai"},
@@ -1,5 +1,5 @@
1
- TTSLanguages = ["en", "hi"]
1
+ TTSLanguages = ["en", "hi", "ta", "fr", "de", "pl"]
2
2
  TTSModels = [
3
3
  "lightning",
4
4
  "lightning-large"
5
- ]
5
+ ]
@@ -55,7 +55,7 @@ def add_wav_header(frame_input: bytes, sample_rate: int = 24000, sample_width: i
55
55
 
56
56
 
57
57
  def preprocess_text(text: str) -> str:
58
- text = text.replace("\n", " ").replace("\t", " ").replace("—", " ").replace("-", " ").replace("–", " ")
58
+ text = text.replace("\n", " ").replace("\t", " ")
59
59
  text = re.sub(r'\s+', ' ', text)
60
60
  return text.strip()
61
61
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: smallestai
3
- Version: 3.0.1
3
+ Version: 3.0.3
4
4
  Summary: Official Python client for the Smallest AI API
5
5
  Author-email: Smallest <support@smallest.ai>
6
6
  License: MIT
File without changes
File without changes
File without changes