Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 0bed0be

Browse files
author
Cipher
committed
min updare
1 parent d55af6f commit 0bed0be

File tree

5 files changed

+4
-261
lines changed

5 files changed

+4
-261
lines changed

Janex/.DS_Store

0 Bytes
Binary file not shown.

Janex/Janex.js

Lines changed: 0 additions & 235 deletions
This file was deleted.

Janex/chat.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

Janex/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def pattern_compare(self, input_string):
6565
highest_similarity = similarity
6666
most_similar_pattern = intent_class
6767

68-
print(f"Similarity: {similarity_percentage:.2%}")
68+
# print(f"Similarity: {similarity_percentage:.2%}")
6969

7070
if most_similar_pattern:
7171
highest_similarity = highest_similarity / 100
@@ -134,8 +134,8 @@ def response_compare(self, input_string, intent_class):
134134
highest_similarity = similarity
135135
most_similar_response = response
136136

137-
print(f"Similarity: {similarity_percentage:.2%}")
138-
print(f"Distance: {distance}")
137+
# print(f"Similarity: {similarity_percentage:.2%}")
138+
# print(f"Distance: {distance}")
139139

140140
return most_similar_response
141141

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name="Janex",
99

1010
# version of the module
11-
version="0.0.9",
11+
version="0.0.10",
1212

1313
# Name of Author
1414
author="Cipher58",

0 commit comments

Comments
 (0)